Help w/ Redirects

Is there any way to configure the http → https setup in Vercel?

Situation

I have a Next.js app deployed to revnest.com. Currently if you try and navigated from a non-https URL then it performs two redirects. See below for example…

  1. http://revnest.comhttps://revnest.com 308
  2. https://revnest.comhttps://www.revnest.com 308

Question

For SEO purposes I would like to avoid doing two redirects. Is there any way I can tell Vercel when upgrading the http request to https to route the user to https://www.revnest.com in a single operation?

The domain troubleshooting guide can help with most custom domain configuration issues. You might be able to use that guide to solve it before a human is available to help you. Then you can come back here and share the answer for bonus points.

You can also use v0 to narrow down the possibilities.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.