IGV web app broken: 403 error for genomes.json in Amazon S3
Closed this issue · 2 comments
eweitz commented
The IGV web app is a remarkably useful resource, and a valuable complement to the more portable igv.js web component. However, I just noticed that https://igv.org/app seems broken at the moment -- it does not display the igv.js embed, only a header and footer.
When I open browser DevTools Console at that IGV web app page, I see:
app.js:450
GET https://s3.amazonaws.com/igv.org.genomes/genomes.json 403 (Forbidden)
Navigating to https://s3.amazonaws.com/igv.org.genomes/genomes.json returns an XML file for the error:
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>NV54YQK1CWH84BNN</RequestId>
<HostId>l22dw2REbdDdBxNxWJ7g0R1NuKAb9LCD/ei4y8GggWm29WIM7MxajIIdeWedSBerU4CXyDj7ivI=</HostId>
</Error>
Screenshot:
Is there perhaps some configuration change in Amazon S3 that would fix this?
eweitz commented
Confirmed, thanks for the quick fix!