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
I am trying to run this project and I am getting error at Login
var user = await _userManager.FindByEmailAsync(signIn.Email);
There error OperationCanceledException: The operation was canceled.
I haven't changed any code except for updating the appsetting file.
Is there some Cognito configuration for that application to run?
The text was updated successfully, but these errors were encountered:
I am trying to run this project and I am getting error at Login
var user = await _userManager.FindByEmailAsync(signIn.Email);
There error OperationCanceledException: The operation was canceled.
I haven't changed any code except for updating the appsetting file.
Is there some Cognito configuration for that application to run?
The text was updated successfully, but these errors were encountered: