1
Hello, I’m developing a web application with Vue JS in a discipline and another person is making a Rest api with Spring, but when I run the api locally and try to access some of the resources through Postman, it works normally, but when accessing the same resource through the web application CORS blocks and the request does not even reach the api. The same happens if the api is hosted in Heroku for example.
This annotation has already been added to all controllers
And in the VUE JS application
The token I also store in localStorage and set as default header
I’ve tried disabling and activating this extension and it’s the same
I don’t know what else to do :/