Amplify Vue Sample getting no userPool error
See original GitHub issueCloned the example: https://github.com/aws-samples/aws-amplify-vue
and running the instructions after running the app and trying to create a new user, the console is throwing no userPool
error.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:11 (4 by maintainers)
Top Results From Across the Web
vue.js - AWS amplify + cognito user pool : not able to get ...
What do you mean configure your amplify? I am able to login with cognito. The problem is I am not able to get...
Read more >aws-amplify-vue - npm
The `aws-amplify-vue` package is a set of Vue components which integrates your Vue application with the AWS-Amplify library.
Read more >Using Multiple User Pools with the Vue Amplify Authenticator
In our example app, we have the Authenticator component inside of a LoginForm component. This is where we'll add the user pool select...
Read more >Authentication - Social sign-in (OAuth) - JavaScript
OAuth support in Amplify uses Cognito User Pools and supports federation with social providers, which will automatically create a corresponding user in the...
Read more >AWS-Amplify/Lobby - Gitter
What am I missing and/or what is wrong with my queries/mutations/schema? ... this is a bug, actually, so I filed a report here:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also curious why these instructions are using awsmobile – isn’t amplify CLI the thing to use?
Upated the vue sample to use our new aws-amplify-vue package; documentation updated accordingly. Please give it a try!