Strawberry Shake: 422 error trying to download schema #6141
Unanswered
Hugo-Matias
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to setup Strawberry Shake to consume a local api but I'm having some trouble in the
dotnet graphql init http://localhost:PORT/graphql
step.The server is properly hit because it logs the request but the endpoint response gives me this error
error HTTP_ERROR: Response status code does not indicate success: 422 (Unprocessable Entity).
I'm able to fetch the schema using Postman with no authorization but for some reason it doesn't work via VS. Some tips on the matter would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions