SimonHoiberg / saas-template

SaaS template for AWS, Amplify, React, NextJS and Chakra
MIT License
732 stars 181 forks source link

Apollo Client Error after login. #2

Closed Viktrix8 closed 2 years ago

Viktrix8 commented 2 years ago

Apollo client is apparently not working because I got everything right as I was following installation instructions I can create an account and in AWS Cognito I can see that created account.

I got following error:

Snímka obrazovky 2022-07-28 o 21 39 16
SimonHoiberg commented 2 years ago

Interesting. Is it possible that you have a region mismatch somewhere? E.g. Pulumi is setup to use eu-west-2 but the client is configured to use eu-west-1?

Viktrix8 commented 2 years ago

Thank You! Yes I've had AWS configured on eu-central-1 and pulumi on eu-west-1. Now it works fine.