Closed mretiinteractivebrokers closed 3 months ago
Hey, @mretiinteractivebrokers 👋. We've recently made some changes to the @aws-amplify/rtn-web-browser
package in the latest version of Amplify (v6.4.3) that included PR #13591. While this PR doesn't specifically address the build issues you're referencing, we've been able to build on Android with React Native without any issues.
However, I do see that there's a line in the debug logs you already provided that mentions Got SSL handshake exception during request. It might be caused by SSL misconfiguration
. This may be an indication that you need to renew/configure you're SSL certificates. Can you double check that?
But we'd definitely recommend upgrading to the most recent version of Amplify to get the fixes to the @aws-amplify/rtn-web-browser
package mentioned above. If none of this works, can you give us any new build errors you're seeing and a debug log as well? Thank you!
Hi @cwomack ! You were completely correct, it was a certificate issue on my side. My apologies, closing the issue.
Before opening, please confirm:
JavaScript Framework
React Native
Amplify APIs
Authentication
Amplify Version
v6
Amplify Categories
auth
Backend
Amplify CLI
Environment information
Describe the bug
I am trying to wire in signInWithRedirect auth call to a react native application (expo) (using Apple and Google providers)
Used this guide: https://docs.amplify.aws/gen1/react-native/build-a-backend/auth/add-social-provider/ i followed the steps, and managed to achieve the provider sign in with Apple on an iOS device. I tried to build the project on Android, but the build fails with the following error message:
Android gradle plugin: 8.1.1 Gradle: 8.3
FAILURE: Build failed with an exception.
Expected behavior
The build should complete successfully
Reproduction steps
I have run the following commands from the projects root directory:
Code Snippet
Log output
aws-exports.js
No response
Manual configuration
No response
Additional configuration
No response
Mobile Device
No response
Mobile Operating System
No response
Mobile Browser
No response
Mobile Browser Version
No response
Additional information and screenshots
No response