
iainsproat

mysterybear
I’m wondering if it’s a spam control thing? I’m developing this application so I’m probably hitting speckle.xyz quite hard every time I clear our IndexedDB cache of models
Hi @mysterybear
If it was spam control, you should receive a response with a 429
HTTP status code from Speckle Server.
If you are able to inspect the headers of the response (in Google Chrome, this is found in the Network tab of the developer tools panel) you should see an access-control-allow-origin
header with a value of *
.
Iain