Redirect to index.html
I use a named routing in my project. If I navigate to the Stacks page, the URL becomes localhost:123/stacks and so on. When I refresh the page locally, the Stacks page opened up. But after deploying to Heroku, after refreshing on stacks page, I get only "Not Found" text.
I think Heroku should redirect all routes to the index.html file.
I found a solution for the Firebase, but can't find one for Heroku: https://stackoverflow.com/a/51236284/1419756
Thank you!
I am having the same issue in my project
DId you find an answer for heroku or I need to migrate to Firebase ?
DId you find an answer for heroku or I need to migrate to Firebase ?
I migrated to Firebase back in 2022
DId you find an answer for heroku or I need to migrate to Firebase ?
I migrated to firebase too