We have some CORS policy issues on the API in the following scenarios:
We also don't get 404 errors when hitting endpoints that do no exist.
Workarounds:
- When using authentication, it is actually preferable to use a backend not to expose the API token.
- front ends using the old endpoints should use the new ones for now
We have some CORS policy issues on the API in the following scenarios:
We also don't get 404 errors when hitting endpoints that do no exist.
Workarounds: