Event though my cors policy is 100% open i receive browser restriction denial error from time to time.
This is not consistent less then 1%, but still will not be able to deploy this way.
Please advice.
@adi38980d0d4d8537081134c00 That console shows all successful requests? When a request fails due to a CORS error, are you certain that the file you are requesting actually exists?
This is a browser console error for blocked due to cors policy - refreshing the page while cleaning cache can make it ok.
Also every now and then i receive from network a pending call with very long latency - this can happen from droplet as well => a 500Kb file complete download after > 20 seconds.
This is mainly due to pending call - once starting to download bandwidth is ok.
This is an issue as well for me.
@adi38980d0d4d8537081134c00 That console shows all successful requests? When a request fails due to a CORS error, are you certain that the file you are requesting actually exists?
this is from my console https://picndoprintstorage.ams3.digitaloceanspaces.com/Screen Shot 2019-07-25 at 19.31.26.png
This is a browser console error for blocked due to cors policy - refreshing the page while cleaning cache can make it ok. Also every now and then i receive from network a pending call with very long latency - this can happen from droplet as well => a 500Kb file complete download after > 20 seconds. This is mainly due to pending call - once starting to download bandwidth is ok. This is an issue as well for me.
Hi @adi38980d0d4d8537081134c00, Do you have any server or client-side logs of the requests that are failing?