Best practices for using AWS Amplify Libraries on Server Side. #75714
Unanswered
kaili-kameoka
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I'm not sure if this is a NextJS problem or an AWS Amplify problem
I have a NextJS application using app router.
I have built a sign up form that seems to work correctly. When I try to sign up using an email I have previously used it says it's taken.
I also created a login page. When I try ot login with the credentials for that acccount it says: Auth UserPool not configured.
I have called Amlify.config on the client side and I wrapped all my API calls in runWithAmplifyServerContext.
What am I missing? Is it a problem with the way I've structured the code that won't work with NextJS
Additional information
No response
Example
https://github.com/kaili-kameoka/next-auth-demo
Beta Was this translation helpful? Give feedback.
All reactions