-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
No Auth module registered in Amplify #2058
Comments
@tafelito Are you importing the Auth package before using Storage? |
@haverchuck yes, I use Auth for login, then Storage after These are the logs I'm getting |
@haverchuck I just updated both auth The error is because the list of _pluggables list is empty, but as you see here, it looks like the pluggable is inside the vault |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Please open a new issue if are still encountering problems. |
what was the solution? |
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
Same issue as #1977 and maybe related to #1761. Both issues are closed so I opened a new one.
I'm still having the same issue reported there. Problem seems to be on this line
amplify-js/packages/core/src/Credentials.ts
Line 85 in 94b6116
Amplify.Auth is null.
To Reproduce
Steps to reproduce the behavior:
Same as #1761 (comment)
Desktop (please complete the following information):
Additional context
I'm using
"@aws-amplify/auth": "^1.2.9", @aws-amplify/storage": "^1.0.18"
The text was updated successfully, but these errors were encountered: