Most likely your api is returning the error page instead of a 500 error or the login page instead of a 401 error. In any case the request is not valid.
.Net 8 Core Blazor API calls work in development environment. Deployed to server and API call do not fire
Lopez, Carlos
0
Reputation points
Looks like the API call is timing out. I tested the call using postman and got a 200 OK Status but took 42 seconds. Any suggestions on what or where I should be looking at?