Skip to content
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

Stuck Retrieving deployment details... #45

Closed
isi-gach opened this issue Aug 10, 2019 · 4 comments
Closed

Stuck Retrieving deployment details... #45

isi-gach opened this issue Aug 10, 2019 · 4 comments
Labels
archived This issue has been locked. bug Something isn't working

Comments

@isi-gach
Copy link

Describe the bug
My Amplify console is stuck with the message:

Retrieving deployment details...

To Reproduce
I was trying to deploy an S3 bucket with a GatsbyJS application, this is what I did:

  1. Create a Gatsby project and an S3 bucket using Amplify
gatsby new my-gatsby-site
cd my-gatsby-site

amplify init
amplify add storage
amplify push
  1. Deploy to S3 using the Gatsby S3 plugin:
    https://github.com/jariz/gatsby-plugin-s3#usage
npm i gatsby-plugin-s3
npm run build && npm run deploy
  1. In the Amplify Console, choose Deploy without a Git provider.
  2. For Method, choose Amazon S3, and for Bucket, choose the bucket you just created.

Expected behavior
The S3 bucket content is deployed

@isi-gach isi-gach changed the title Retrieving deployment details... Stuck Retrieving deployment details... Aug 10, 2019
@swaminator
Copy link
Contributor

@isi-gach We're not sure how that Gatsby plugin works (as its a third-party plugin), but to deploy your artifacts from an S3 bucket, you must have a zipfile. Did you pick a zipfile from the bucket?
https://docs.aws.amazon.com/amplify/latest/userguide/manual-deploys.html#amazon-s3-or-any-url

@swaminator swaminator added the bug Something isn't working label Aug 12, 2019
@isi-gach
Copy link
Author

isi-gach commented Aug 12, 2019

hi @swaminator
sorry, my bad, I thought that it would upload the content of S3
maybe it would be more clear the form doesn't allow to go to the next step until you select a .zip file?

@swaminator
Copy link
Contributor

Thanks for the feedback. We've added it to our backlog

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot added the archived This issue has been locked. label Oct 29, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Oct 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived This issue has been locked. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants