-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oauth domain is empty in amplify_output.json if defineAuth name
is specified
#1724
Comments
I have the same issue. The oauth domain is missing in amplify_outputs.json. amplify_outputs.json:
|
Hey @lwang-79 @thomasoehri, thank you for reaching. Tried reproducing the issue in a new application but did not observe this behavior. The domain should get auto-generated when using the social providers. |
I am also running into the same issue, have nothing overriding the auth resource, and have no error messages on sandbox deploy.
|
Hey @ernieMrtnz @thomasoehri @lwang-79, could you check the version of |
Hey @ykethan, I have these in my lock file: I've also removed all lambda functions, api gateway, and event bus bridge to just have a simple auth and data resources with no luck in having the domain being set |
Was able to reproduce the issue by adding note: |
name
is specified
Anytime! Thank you both for looking into this, really appreciate the work you've done on this library! |
Environment information
Description
Configure Google Sign-In but it doesn't work.
oauth domain in
amplify_output.json
file is empty.Google Sing-In works if manually add the domain in
amplify_output.json
file.Can't define
domainPrefix
inexternalProviders
.Tried to override but failed with error
User pool already has a domain configured.
The text was updated successfully, but these errors were encountered: