Discussions

Ask a Question
Back to All

CORS issues

Hello!

I'm having issues programmatically fetching the result_url for a clip generation from my frontend code. I've tried this several times and I get a CORS error back on each occasion.

After looking through past, resolved discussions, it seems like this has come up multiple times over the last few months. The general advice is that this can happen when trying to access the API too frequently - however this is failing 100% of the time for me and the other askers never confirmed that this solved the problem. It also doesn't make sense from a technical point of view to respond with a CORS error when accessing a resource too frequently... I'd expect a 429 status code in that case. So this points to some misconfiguration the S3 CORS setup.

Thanks in advance for your help, and looking forward to your response.