Ashok
Ashok

Reputation: 1026

AWS s3 console shows unexpected error and buckets are not visible

I have free tier account(for about 5 months) for learning purpose and I cant see the s3 buckets. the page shows unexpected error. I have tried signout and sign in again but still, the same error is shown and also if I try to create a new bucket i cant create new bucket too, create button is disabled for me.i have pending bill of 50rs is this because of that? some one please help!!

enter image description here

Upvotes: 7

Views: 7580

Answers (2)

Yash Vekaria
Yash Vekaria

Reputation: 2373

I was facing same issue. Please try to deactivate CORS plugin (chrome) from your browser.

Upvotes: 2

Akber Iqbal
Akber Iqbal

Reputation: 15041

I too have a free account with around 6 months left in it. I was able to access S3 bucket perfectly one day and was unable to do it later and got the same message as you. I looked at AWS forums and installed S3 browser and couldn't find any files with special characters.

When I looked at the console (in Chrome) it had lots of cross-origin request related errors; I found that I had installed a chrome extension Allow-Control-Allow-Origin: * (Description: Allows to you request any site with ajax from any source. Adds to response 'Allow-Control-Allow-Origin: *' header ). I just disabled this and the s3 buckets loaded perfectly from my chrome web browser.

To re-create the issue, I enabled this chrome extension again but no error came and the S3 buckets loaded normally.

Upvotes: 18

Related Questions