Page not found only in small screens

"Hi everyone, I’m having trouble with navigation in my React app after deploying it on netifly. When I try to navigate to different pages, I’m getting a ‘Page Not Found’ error. Oddly, this issue doesn’t happen on larger screens — the pages load correctly after I click the navigation links there. It seems to only affect smaller screens or mobile view. Could someone help me troubleshoot this or guide me on any specific netifly configurations needed to handle routes correctly? Thank you!

@Eugene The most likely cause is that your site actually has two different menus in the page.

One displayed for desktop, and one for smaller mobile resolutions.

It’s possible the links are different, and that one menu may contain broken links while the other does not.

The easy way to confirm is to “view source” on your page and check the HTML.