[Vuejs]-Springboot backend wont connect with Axios call from Vue

0👍

Based on your LoginController class level RequestMapping ‘/api/v1/auth’ combined with your ‘login()’ method level RequestMapping ‘/sign-in’, you should be sending your login request to the URL ‘http://localhost:8080/api/v1/auth/sign-in’.

-1👍

Please see how to handle the view or custom login.
page

You can find similar documentation in the latest release also.

Leave a comment