DEV Community

Discussion on: Adding Authentication to a Nuxt App with AWS Amplify

Collapse
 
saunved profile image
Saunved

Hi, do you have any resources that could help me setup Amplify with an existing auth configuration? I created an amplify plugin file (docs.amplify.aws/lib/auth/start/q/...) and added it to nuxt.config.js, but I get this error:

AuthError - 
Error: Amplify has not been configured correctly. 
The configuration object is missing required auth properties.
Enter fullscreen mode Exit fullscreen mode

Just wondering in case you have any experience with this.