CORS issue when creating a post in ComposeDB

I agree with @mohsin in his answer on previous posts regarding CORS: Error: Inconsistent CORS error - #3 by ukstv

In experience from our own app:

  1. CORS errors - especially when inconsistent I have found are when I am hitting a rate limit on some third party services (it works 90% of the time, and then sometimes we get a block of CORS errors). I haven’t drilled to the core of the issue yet, but a true CORS error shouldn’t really be inconsistent.
  2. I have more issues testing a local API to local FE with CORS sometimes than deploying to a test/staging site live. I can’t fully explain this either yet (maybe my fault) but for sanity checks its something to try.
1 Like