How to control vue-router and nginx
I have a fronted vue3 web application.
I am currently experiencing the following problems.
But i don’t know why happened and how fix it..
I think the error is due to looking for a static file called callback, but I thought it would be handled correctly by vue-router because it routes to index.html if the file is not found.
If anyone can tell me why, I’d be glad to know.