I get a redirect loop after switching to Cloudflare with Vercel
i keep getting ERR_TOO_MANY_REDIRECTS when i try to go to my website after changing from namecheap to Cloudflare, i followed the "Using Cloudflare as Your DNS Provider" instructions at https://vercel.com/docs/integrations/cloudflare but it's still not working
Vercel Documentation
Vercel and Cloudflare Integration
Integrate your Vercel project with your Cloudflare domain.
4 Replies
the issue is CF proxies to http but it also redirects (on its proxy) to https, but since it proxies to http and vercel also redirects to https, you get an infinate loop.
Vercel Documentation
Vercel and Cloudflare Integration
Integrate your Vercel project with your Cloudflare domain.
doing that worked