No badges yet
No accepted solutions yet
Deploying NextJS App with AWS Amplify/Cognito to Vercel
I'm going to try replicating the aws-exports file exactly in case perhaps the params being passed are not exactly correct
Deploying NextJS App with AWS Amplify/Cognito to Vercel
I added them via the upload an ENV file and they were added in the project settings
Deploying NextJS App with AWS Amplify/Cognito to Vercel
I have these set for sign in and sign out URL, which are set to the values from Vercel: ``` NEXT_PUBLIC_AWS_COGNITO_REDIRECT_SIGN_IN=https://market-pay-testing.vercel.app/signin...
Deploying NextJS App with AWS Amplify/Cognito to Vercel
I have a .env file which I'm using to pass the environment variables to Vercel's deployment: ``` NEXT_PUBLIC_AWS_PROJECT_REGION= NEXT_PUBLIC_AWS_COGNITO_IDENTITY_POOL_ID=...
Deploying NextJS App with AWS Amplify/Cognito to Vercel
Hey there, I'm trying to deploy my NextJS app using AWS Amplify/Cognito for Auth. I'm having issues getting the application to deploy properly, the error returned is as follows:...