You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to load the web page, a 404 is sent. Regardless of this, you're still able to view the (majority) of the page.
The only problem is, it seems that the only part missing from the page is the actual feature that people came to it for.
Looking at console logs, it seems that the error is thrown on line 36 of graph.js.
Looking at the network, the original page 404'd, but then still sent the body + js scripts after.
Based on what the headers say, I believe it has something to do with a key you are using for aws, as when I try to load http://surgesaver.com.s3-website-us-east-1.amazonaws.com/index.html, it loads just fine.
Headers:
The text was updated successfully, but these errors were encountered:
When attempting to load the web page, a 404 is sent. Regardless of this, you're still able to view the (majority) of the page.
The only problem is, it seems that the only part missing from the page is the actual feature that people came to it for.
Looking at console logs, it seems that the error is thrown on line 36 of
graph.js
.Looking at the network, the original page 404'd, but then still sent the body + js scripts after.
Based on what the headers say, I believe it has something to do with a key you are using for aws, as when I try to load
http://surgesaver.com.s3-website-us-east-1.amazonaws.com/index.html
, it loads just fine.Headers:
The text was updated successfully, but these errors were encountered: