-
Notifications
You must be signed in to change notification settings - Fork 820
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
auth headless is missing the following inputParameters googleAppIdUserPool, googleAppSecretUserPool #13499
Comments
Hey @redjonzaci, thank you for reaching out. Could you try adding the OAuth parameters as environment variables and rebuild on Amplify hosting , |
Trying it now, but it seems like the repeated issue needs a documentation / error message update? |
@ykethan it worked, thank you! |
@redjonzaci glad to hear that, i am working on a reproduction for this behavior. Note: #11010: Tried reproducing using the steps on this issue but was not able to reproduce the issue. |
We had an existing app and then did |
On diving deeper it appears the Closing the issue. |
|
Problem : Solution: |
Amplify CLI Version
12.3.0
Question
I went through the following issue: #9176 and the following docs: https://docs.amplify.aws/javascript/tools/cli/usage/headless/#headless-category-payloads,
but I don't understand how to utilize
amplify update auth --headless
in the CI/CD pipeline.Currently, we just do
amplifyPush --simple
to build the backend. Where does that fit in?The text was updated successfully, but these errors were encountered: