Website not loading properly
Answered
American black bear posted this in #help-forum
American black bearOP
Hi, I'm hosting Next.js app with NextUI and nextjs-simple-typewriter on Vercel, I've added a custom domain, everything seems to be working, but custom domain one is not displaying properly, but the Vercel provided subdomain does. In the console it's showing ERR_TOO_MANY_REDIRECTS multiple times. I have no idea if this is related to DNS config, Next.js, Vercel.
Vercel Subdomain: https://portfolio-sable-one-65.vercel.app/
Custom Domain: https://aungs.eu.org/
Vercel Subdomain: https://portfolio-sable-one-65.vercel.app/
Custom Domain: https://aungs.eu.org/
8 Replies
im not getting any
ERR_TOO_MANY_REDIRECTS errors when accessing either domains... I did get a 404 error for /apple-touch-icon.png and /facicon.ico though...@riský im not getting any `ERR_TOO_MANY_REDIRECTS` errors when accessing either domains... I did get a 404 error for `/apple-touch-icon.png` and `/facicon.ico` though...
American black bearOP
yeah, I didn't remove those, so it get 404 error obiviously, but it shows too Failed to load resource: net::ERR_TOO_MANY_REDIRECTS
for me
for me
@American black bear yeah, I didn't remove those, so it get 404 error obiviously, but it shows too Failed to load resource: net::ERR_TOO_MANY_REDIRECTS
for me
American black bearOP
but it isn't displaying properly, try comparing it with the vercel provided one
they both are exactly the same for me
you may be having some caching on your side...
Answer
American black bearOP
hmm, seems like that is the problem, lemme try clearing cache
yes, that's definitely the problem, thanks for pointing it out!