-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
What would cause "No code received" error? #72
Comments
This is interesting @tensiondriven, we'd really need more logs to be able to do much. Here is where the error is returned: https://github.com/ueberauth/ueberauth_google/blob/master/lib/ueberauth/strategy/google.ex#L50 If we look at the function above it, that fails to match, the Thoughts @ueberauth/core? |
Unfortunately, my raw logs aren't available. All I can provide is:
|
@tensiondriven I still have not been able to replicate this issue myself either. To avoid a runtime error perhaps we should update the strategy to handle these with a proper error. What do you think? |
According to this https://developers.google.com/identity/protocols/OAuth2WebServer |
Hi there @doomspork, we're seeing the same exception infrequently, do you happen to know if it is a case of the user refusing the request as @Hanspagh suggests? im just wondering if it's safe to ignore! (happy to try and gather further logs if that would help) Dan |
I sometimes get an exception in my logs, "No code received" for my app when running in production, but I can never reproduce it. Does anyone know what might cause a
missing_code
"No code received" error to occur?Here's my config: (
client_id
andclient_secret
omitted)The text was updated successfully, but these errors were encountered: