Home page showing completely blank, but runs well on localhost

Name of my site is “https://traveltorelax.netlify.app/”, error message is that after hitting the link on request, it shows for a little while and then flashes completely white. I dont know what might be going on as it works sometimes on my mobile phone.

This is the code to clone

PLEASE help us help you by writing a good post!a

  • We need to know your netlify site name. Example: gifted-antelope-58b104.netlify.app
  • DNS issues? Tell us the custom domain, tell us the error message! We can’t help if we don’t know your domain.
  • Build problems? Link or paste the FULL build log & build settings screenshot
  • Did you try Ask Netlify, our generative AI chatbot, before posting? It pulls info from Support Guides and recent solved forums posts.

The better the post - the faster the answer.

Your website appears to load fine. Are you still running into issues?

@toyorcee Currently there are errors in the developer console:

One is a 403 occurring on the request to your render hosted API.

Then the next error (which causes the page to vanish) is occurring as a result of that.

You should debug why your request is failing, (fix it on render), and you could also make the display more fault tolerant by not assuming that it will always succeed.

1 Like