All pages are great but for the one /progress page that has notifications it shows me that the page is not found when refreshing
@Rida-Ladib You’ve not provided enough details.
What site? What’s the URL?
What do you mean by ‘notifications’? Notifications from where?
If you’re seeing a 404
when you refresh the page then the issue is likely this:
https://docs.netlify.com/configure-builds/javascript-spas/#build-configuration-for-javascript-spas
Avoid 404s for SPAs
If your project is a single page app (SPA) that uses the history
pushState
method to get clean URLs, you must add a rewrite rule to serve theindex.html
file no matter what URL the browser requests.
You would add the rewrite rule outlined here: