You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App ARN:
arn:aws:amplify:eu-west-1:742504421912:apps/d2tzquzvkco6a2 Region:
eu-west-1 Issue
The backend environment build fails for PR previews on applications with social sign-in.
The issue only applies on the preview environments.
dev branch preview settings:
Env variables are set up as suggested in the documentation:
Error message Error: auth headless is missing the following inputParams googleClientId, facebookAppId
Notes
This issue seems to have been solved for "regular" branches from what I can read here.
Would a custom amplify build script solve this issue?
The text was updated successfully, but these errors were encountered:
We just ran into this issue with custom parameters that are set in our team-provider-info.json file for our environments. It seems like none of the current recommendations (using environment variables, using a custom amplify build script, using team-provider-info.json) work for AWS Console Previews.
This mostly defeats the purpose of opening PRs and having them run through the preview workflow before merging into "stable" branches like dev, test or prod.
App ARN:
arn:aws:amplify:eu-west-1:742504421912:apps/d2tzquzvkco6a2
Region:
eu-west-1
Issue
The backend environment build fails for PR previews on applications with social sign-in.
The issue only applies on the preview environments.
dev
branch preview settings:Env variables are set up as suggested in the documentation:
Error message
Error: auth headless is missing the following inputParams googleClientId, facebookAppId
Notes
This issue seems to have been solved for "regular" branches from what I can read here.
Would a custom amplify build script solve this issue?
The text was updated successfully, but these errors were encountered: