-
Notifications
You must be signed in to change notification settings - Fork 84
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
AWS Amplify requires amazon-cognito-identity-js in managed EAS Build #756
Comments
I am having almost same issue for signing in via google. my reproducible example is as fellow:
This worked perfectly fine in classic expo build. but since i migrated to eas no request is being sent to backend server |
here is my example project. team expo can clone and test it. https://github.com/basit3407/expo-google-signInTest |
It works for me now. So I had to install cognito-identity-js contradictory to the aws tutorial unter tap Expo. |
@TimHubert - on |
The AWS Amplify docs still don't explain any of this, nor FWIW do they explain how to get DataStore working (which I have now wasted three days trying to do). |
@orome - you may want to post an issue about this on aws amplify docs. feel free to ping me in the issue and let them know that I am happy to help them improve the docs |
@brentvatne the doc you shared says we need to link the package? Can we do this with managed builds? |
@mikeRChambers610 It's automatically linked. You only need to install the package |
did you resolve this? |
Summary
When using Auth.signIn(), no requests go out and it loads infinitely.
Backend url is secure (https).
The same code works with classic build (expo build) and expo publish.
Environment
EAS CLI 0.35.0 environment info:
System:
OS: Linux 5.4 Ubuntu 20.04.3 LTS (Focal Fossa)
Shell: 5.0.17 - /bin/bash
Binaries:
Node: 14.18.1 - /usr/bin/node
Yarn: 1.22.15 - /usr/bin/yarn
npm: 6.14.15 - /usr/bin/npm
Utilities:
Git: 2.25.1 - /usr/bin/git
npmPackages:
expo: ^43.0.2 => 43.0.2
expo-cli: 4.13.0 => 4.13.0
react: 17.0.1 => 17.0.1
react-dom: 17.0.1 => 17.0.1
react-native: 0.64.3 => 0.64.3
react-native-web: 0.17.1 => 0.17.1
Error output
Error in adb logcat
Reproducible demo or steps to reproduce from a blank project
The text was updated successfully, but these errors were encountered: