Nextjs app homepage doesn't work

Site name: glittering-donut-ec74b2.netlify.app/

For some reason my homepage doesn’t display. It’s blank and the title says React App. If you go to another page directly (like https://glittering-donut-ec74b2.netlify.app/chocolate) and click the logo at the top left to navigate to the homepage it works. Seems like an issue with the router? I tested on Vercel and there it works fine. Any ideas what I could be doing wrong?

Thank you!

Hi, I just accessed your site and loaded it up fine for me. Are you still experiencing this issue?

Hi SamO, thanks for testing! That page works fine, it’s the homepage that doesn’t load. It’s just empty, unless you navigate to it from that page you tested that works, by clicking on the Logo.

You probably did not delete your public/index.html when you migrated from Create React App.

1 Like

You were right, thank you! Wish I knew why it didn’t affect Vercel, but that’s another topic :slight_smile:

glad you were able to find a solution! thanks for writing in.