Amplify.Auth not working on Linux (WSL) #5761
Labels
auth
Issues related to the Auth Category
pending-triage
This issue is in the backlog of issues to triage
to-be-reproduced
Issues that have not been reproduced yet, but have reproduction steps provided
Description
I am able to sign in using
Amplify.Auth.signIn()
which returns an object that confirms successful login. However, when I fetch the session to check if the user is signed in or to retrieve the tokens to call AppSync it returns an object indicating that the user isn't logged in and no tokens are present.If I use the connected Authenticator component, the component works fine in itself but again since I cannot retrieve the active token I cannot authenticate against my AppSync API.
I am using developing for Linux on WSL. When I deploy to Chrome (WSL) the Auth session behaves normally.
This has ground my project to a halt.
Categories
Steps to Reproduce
main function and log output:
flutter doctor:
pubspec (amplify_* deps):
pubspec.lock (amplify_* deps):
Screenshots
No response
Platforms
Flutter Version
3.24.5
Amplify Flutter Version
2.5.0
Deployment Method
Amplify Gen 2
Schema
No response
The text was updated successfully, but these errors were encountered: