Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[server] Add workaround for intermittent Safari CORS errors (#4540)
At times, Safari will fail our API responses because its CORS preflight fails. The errors are reproducible, but intermittently, and not on localhost. We seem not to be the first ones to hit [this](processing/p5.js-web-editor#3156). Based on a hint from: supabase/supabase#20982 (comment) Modify our CORS responses to use 200 instead of 204 to try and fix Safari.
- Loading branch information