-
Notifications
You must be signed in to change notification settings - Fork 825
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 inputParams googleAppIdUserPool #6302
Comments
Hi @PawanMude It seems you are using Amplify Console for your builds. One thing you would need to include those input params as environment variables. An example of this is noted in this comment: #4790 (comment) Let me know if this works for you? |
@akshbhu included those input params (AMPLIFY_GOOGLE_CLIENT_ID, AMPLIFY_GOOGLE_CLIENT_SECRET) as environment variables in Amplify Console. Build is still failing with error code ELIFECYCLE , details mentioned below.
|
@PawanMude This doesnt seem like a problem with amplify as previous error was related to Can you try with clean your npm cache and removing node_modules folder and try again? Let me know if that works for you? |
@akshbhu : I created new c9 environment and re-done all steps mentioned in the Bug Description + included those input params (AMPLIFY_GOOGLE_CLIENT_ID, AMPLIFY_GOOGLE_CLIENT_SECRET) as environment variables ; still getting same error |
@PawanMude Are you still stuck with this issue? |
@kaustavghosh06 : Kindly refer to above logs : '@aws-amplify/cli' is version: 'latest' |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Describe the bug
After following above steps code works on local ; when Amplify backend is integrated for CICD it throws error : "auth headless is missing the following inputParams googleAppIdUserPool" ; error screenshot is pasted below :
Amplify CLI Version
4.41.0
To Reproduce
Steps explained in Bug Description
Expected behavior
Success Build with Amplify Backend integrated.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Cloning Repository is successful ; Backend Build is failing ; details mentioned in screenshot below:
The text was updated successfully, but these errors were encountered: