Open mesutalturk opened 3 years ago
Hello, The application is no longer working for the last 1 month. what has changed? it gives the following error.
Failed getting oauth client: Failed to exchange auth code for token: oauth2: cannot fetch token: 400 Bad Request Response: { "error": "invalid_grant", "error_description": "Bad Request" }
The problem is in outdated golang.org/x/oauth2 package. Works with v0.0.0-20210220000619-9bb904979d93
I still have the issue with v0.0.0-20220223155221-ee480838109b
Hello, The application is no longer working for the last 1 month. what has changed? it gives the following error.
Failed getting oauth client: Failed to exchange auth code for token: oauth2: cannot fetch token: 400 Bad Request Response: { "error": "invalid_grant", "error_description": "Bad Request" }