-
Notifications
You must be signed in to change notification settings - Fork 825
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
amplify add storage
with an imported User Pool (no identity pool) errors with stack trace
#13240
Comments
Marking as bug due to stack trace. |
similar error message will occur on
mitigation steps: enable Line 67 in 52aea18
|
Can someone clarify what is the solution if auth was imported with |
@ykethan what if identity pool is not configured, any ideas what can be done in that case? |
We just faced this error as well. Any workarounds ? |
-> Create an identity pool. |
So we still must create a new User pool, or can we remove the old, attach the identity pool, and re-add it? |
We are also getting the same error. We are using a custom cognito user pool with Azure AD SAML provider. |
I got it working by creating the S3 storage bucket, and assigning proper role permissions to the Cognito user pool for access. Then the import worked. |
How did you install the Amplify CLI?
pnpm
If applicable, what version of Node.js are you using?
20.x
Amplify CLI Version
12.4.0
What operating system are you using?
mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
n/a
Describe the bug
Expected behavior
amplify add storage
amplify add storage
with--debug
amplify add storage
rather than at the endReproduction steps
amplify init -y
amplify import auth
> Cognito User Pool onlyamplify add storage
Project Identifier
No response
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: