amazon-archives / amazon-cognito-identity-js

Amazon Cognito Identity SDK for JavaScript
Other
986 stars 452 forks source link

Unable to verify via email link #604

Closed GarlandM closed 6 years ago

GarlandM commented 6 years ago

Hi All,

Up until yesterday, this worked without issue.

My signup flow:

Website signup -> sent verification email -> verify via link

However any time someone signs up now they're still the sent the link correctly, but anytime they click on the link it'll come back with: An error was encountered with the requested page. and the error is: invalid_request

jndev90 commented 6 years ago

Same issue here.

tobiastornros commented 6 years ago

Same here, link is sent to user but doesn´t work.

itrestian commented 6 years ago

What region are your pools in?

GarlandM commented 6 years ago

US-East for me.

itrestian commented 6 years ago

We are not able to reproduce this issue. Can you email me (trestian@amazon.com) the pool ID and some request information (like a request id and some timing information of when the request was made).

jndev90 commented 6 years ago

EU-central1, tested with multiple pool ids.

GarlandM commented 6 years ago

@itrestian

I've emailed you.

itrestian commented 6 years ago

Thanks, we're looking into it.

rachitdhall commented 6 years ago

We have been able to reproduce the issue. It happens when you do not have any OAuth Flows/Scopes configured. This is a recent bug and we are working on a fix.

A workaround is to enable any OAuth flow which will allow it to work.

rachitdhall commented 6 years ago

The fix has been deployed to all regions, please let us know if you are still having issues. Thanks for your patience.

jndev90 commented 6 years ago

I can confirm that the issue is resolved.