-
Notifications
You must be signed in to change notification settings - Fork 57
Description
I am running into a problem with AuthClient.get_user_info(). I'm able to get the bearer token successfully, and in the sandbox get_user_info() is working. However, in production I am getting HTTP status 415. The error message is empty string.
What can I do about this? From reading years old posts on developer.intuit.com I'm wondering if there's a wrong setting on my account or something like this. But with no error message I'm guessing...
Reading through the docs here it looks like the auth_client is set up correctly to me...
https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization/openid-connect#obtaining-user-profile-information
Works in sandbox. Doesn't work in production. What should I do next?
Big thanks in advance!