URL is not working

Hi, Could you please help me with this issue please? I’m getting error ‘Page not found’ when trying to access pages directly through url https://rx-flow.netlify.com/dashboard … However accessing the same path through the app works fine… The code works fine on my local machine so I wonder if this is on your side? Thanks,

hi there, did you see these links already?

If you are still seeing issues after following the troubleshooting steps in this guide, please let us know!

Thanks! I have just look read them now but they did not solve the issue. I’m still unsure what is causing the issue since it’s working just fine locally! and the paths I request clearly do exist since I can access them via links on the app itself.

if it is working locally, then this might be helpful:

I have just tried run the same app on Linux and it ran just fine. Am I missing something?

Is there a way to get access to the logs to see what is going on?

Hey @Faisal,

I’ve checked your last successful deploy: Netlify App

I can see that this is a React app. I believe we can solve this with the addition of a _redirects file in your build directory which contains:

/*    /index.html  200

Let me know how you get on!

Ref 1, Ref 2