Hi @kassim, kindly create a _redirects file inside the /public folder like /public/_redirects.
After paste the code below into the _redirects file.
Your site should now work as expected when you explicitly visit the paths in the browser.
/* /index.html 200
Let me know the outcome.
Thanks.