Hi,
So I’m trying to get my ReactJS web app to work using your netifly. Everything is working correctly except that when I’m trying to access a subfolder in the url it doesn’t load the content. I have seen other people have been struggling with the same issue for their implementations (Can't access my netlify site / netlify site won't load), however, for their whole site not just a subfolder.
To reproduce the issue:
- first visit https://www.whiteswan.io, which is working. Content is rendering and everything works fine.
- go to https://www.whiteswan.io/post/building-a-portfolio-of-life-insurance-policies - this page doesn’t work. The issue happens for every page that is located under /post/.
My netifly site name: clever-kalam-2f30c2.netifly.app
Since I don’t get any error messages and that it’s just pages under /post/ that doesn’t work it’s really hard to debug. I have implemented the _redirects file with “/* /index.html 200”. I tried to add another line within the _redirects file like this “/ * /* /index.html 200”, unfortunately with no success. Can it be some configuration within the _redirects file that is neccecary?
Thanks!