I have deployed a Vuejs app on netlify (https://depoapp.netlify.app/)
vue-router is enabled on hash mode.
I also have a _redirects file with following rule:
/* /index.html 200
This works fine while I’m routing on my app.
But the problem is when redirection is from external.
A bank gateway will redirect user to /verifyPayment/id with a POST method.
But the redirection rule is not work and netlify shows a broken url error.
Hello! I am wondering how this was resolved as I’m having the same trouble (except a React app). Usual redirects are working as expected but when giving my site address (any path) to an external service as a redirect link, we get the classic Netlify green screen!
I’m probably being silly but I can’t figure out the solution from the linked guide.