Home > Blockchain >  Amazon S3 URL shows up twice
Amazon S3 URL shows up twice

Time:11-29

Why is my Amazon S3 URL showing up twice in the URL bar? For example, this is what it looks like when accessing the default page of my site:

http://bucketname.s3-website-us-east.amazonaws.com/http://bucketname.s3-website-us-east.amazonaws.com/dashboard

I suspect that I accidentally put the URL key somewhere twice, which results in the above endpoint, but I can't figure out where. Any ideas?

CodePudding user response:

Somehow managed to have the URL written in two places.

  • Related