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
{{ message }}
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
When I go through the tutorial I get the following error trying to use the app both locally and in s3.
ERROR Error: Both UserPoolId and ClientId are required.
at new CognitoUserPool (CognitoUserPool.js:49)
at CognitoUtil.getUserPool (cognito.service.ts:55)
at CognitoUtil.getCurrentUser (cognito.service.ts:59)
at UserLoginService.isAuthenticated (user-login.service.ts:125)
If I understood the tutorial the createresources.sh batch file is supposed to setup the cognito infrastructure. If that is not true could you add the steps to your readme file to let people know how to setup the userpoolid and clientid? Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I go through the tutorial I get the following error trying to use the app both locally and in s3.
ERROR Error: Both UserPoolId and ClientId are required.
at new CognitoUserPool (CognitoUserPool.js:49)
at CognitoUtil.getUserPool (cognito.service.ts:55)
at CognitoUtil.getCurrentUser (cognito.service.ts:59)
at UserLoginService.isAuthenticated (user-login.service.ts:125)
If I understood the tutorial the createresources.sh batch file is supposed to setup the cognito infrastructure. If that is not true could you add the steps to your readme file to let people know how to setup the userpoolid and clientid? Thanks.
The text was updated successfully, but these errors were encountered: