Hi, I am trying to call a protected endpoint and using the access token to authenticate and I am now receiving this error, couldn’t find much info on it, can anyone point me in the right direction as to what the issue could be?
After logging in I am redirected back but get a 500 error, after starting the spring backend server it changes to 404. Any ideas on where to start to diagnose and where to go from here?
If you are running the sample app and click on Messages tab after you have logged in successfully, it should send a request to localhost:8000/api/messages. Is your spring backend server configured to receive requests for that endpoint?