Hello, I am new to using render:
I have a create-react-app deployed as a static-site on render. All looks fine and works perfectly (thanks for the amazing job render-team!). But when I try to refresh the browser while being at any subpage it
shows a blank page with “Not Found” message on screen.
This is the only log on the production console: “GET https://www.crix.design/whatandwithwho 404”.
On Development all works perfectly and as expected.
So, my question is: Is there any setting I can modify in render.com to fix that? Or is it more likely to be a webpack issue in my project?
Thanks a lot!
carles