When a user attempts to log in, the following error occurs in the DevTools Console: Uncaught (in promise) SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input
This indicates the login API is returning an unexpected or empty response, which cannot be parsed as JSON.
