Hello,
I have hosted my assets on S3 and modified index.html and __settings… file as per the instructions given in Hosting using a CDN .
I have hosted the index.html in another server and when I run the index file, I am getting below errors. I currently have no permission to access my s3 bucket settings, am I missing somethings here.
I have attached image below showing the errors I get when I run index page of PlayCanvas package.
As I looked more into the topic I found out that I have to include ’ crossorigin=“use-credentials” ’ attribute in link tag for manifest.json file in index page. And had no difference when I added it in my file.
Ps: I have other assets hosted in s3 and they are fetched with no errors in my other server. Having the above mentioned issue only with PlayCanvas package.
Thank you