Redirect rule not works from external

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.

hi there, before we dig in, did you see this brand new guide on debugging redirects?

I strongly suggest you give it a thorough read through and see if this fixes your problem:

if not, please post again, and we’ll try and troubleshoot.

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.

@mjkhonline What was the resolution for you?

Thank you for any help!

hey @Gingertonic, do you have a site we can look at, or some code to show? its pretty hard to say without.