Replies: 1 comment
-
Are you using Frontend project to log in (https://github.com/kgrzybek/modular-monolith-with-ddd-fe-react)? When I try logging in with frontend app I get same error, but http files work ok. Not sure how to force frontend app to submit correct content type. |
Beta Was this translation helpful? Give feedback.
-
While sending the request to get the token, to the
http://localhost:5000/connect/token
api I get the error.IdentityServer4.Endpoints.TokenEndpoint: Warning: Invalid HTTP request for token endpoint
I did a POST request with the below body
Beta Was this translation helpful? Give feedback.
All reactions