You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a refile of #477. Apologies for not getting back on time. We continue to see the error.localizedDescription is not something you want to show to the user. Testing it on 0.15.0 we get: "Received error response (500 internal server error): {\"errors\":[{\"message\":\"Invalid client auth token.\",\"extensions\":{\"code\":\"INTERNAL_SERVER_ERROR\"}}]}\n"
The text was updated successfully, but these errors were encountered:
@jordanhbuiltbyhq Thanks for re-filing! I'll take a look and see what I can figure out. I suspect that's from GraphQLError not using the message as the localized description
This is a refile of #477. Apologies for not getting back on time. We continue to see the
error.localizedDescription
is not something you want to show to the user. Testing it on 0.15.0 we get:"Received error response (500 internal server error): {\"errors\":[{\"message\":\"Invalid client auth token.\",\"extensions\":{\"code\":\"INTERNAL_SERVER_ERROR\"}}]}\n"
The text was updated successfully, but these errors were encountered: