Troubleshooting
Troubleshooting
1. AWS Configuration Issues
If you open a new domain link and the you see that AWS S3 throws the following errors, then there is more likely some configuration issues. The following may help you debug. ERROR: NoSuchKey
Error:
Reason: the specified index or error file is not there. Double check your settings and the files in the bucket. But index.html is not really needed, but you may see that an error related to the data assets that you uploaded.
ERROR: NoSuchBucket
Error:
Reason: the bucket name does not match your domain name; set your bucket name to dataassets.alice-datanft-bucket.com
ERROR: NoSuchWebsiteConfiguration
Error:
Reason: Static Website Hosting is not enabled.
Other Common Issues
ERROR:
You update your data assets in AWS S3 via the automated Github based scripts mentioned in Storage : AWS S3 or manually in a S3 bucket, but the Data Stream URL is still showing the old version of a file. REASON: This is most likely caused by caching on the Cloudflare level if you are using Cloudflare as per Task 3: Use Cloudflare to connect your Domain Name to your S3 Bucket securely or caching on any other Content Distribution Network (CDN) or web hosting provider. To solve this issue, you will need to turn off the cache. Instructions for Cloudflare as described hereStep 5: Disable cache on Cloudflare
Last updated