Discussions

Ask a Question
Back to All

Strnage behaviour all of a sudden

I have been working on implementing this api for a couple months now. Earlier today I finished displaying the report to the user. I have never ran into this problem before. All of a sudden I get this weird repsosne from the login end point:

{
"timestamp": "2024-02-22T17:36:21.108+00:00",
"status": 404,
"error": "Not Found",
"message": "No message available",
"path": "/morse/v3/auth/login"
}

ive been using the v4 endpoint and never encoturered this issue. My code hasn't changed for logging in an and started coding this since I first started. The have always worked fine until tonight randomly.