toyamarinyon

Results 2 comments of toyamarinyon

Hi, Today I faced the same problem and it fixed to tweak configuration method. ## Before I configured Amplify with `Scoped Configuration`[^1] ```ts Amplify.configuration({ Auth: { authenticationFlowType: "USER_PASSWORD_AUTH", region: process.env.NEXT_PUBLIC_APP_AUTH_REGION...

@erinleigh90 Thank you for attempting to reproduce! After commented https://github.com/aws-amplify/amplify-js/issues/7684#issuecomment-1196436573, I attempted to reproduce too. Therefore I found that my comment is wrongs and I found the actual cause. SSR...