CORs problem with API
-
Hi everyone !
I have some trouble setting up the NocoDB app to enable CORs.
I can't find how I could allow another domain to access the API. Right now I have this error :
noco.html:1 Access to fetch at 'https://myinstall/api/v2/tables/m2w4k7xgvzrkyly/records' from origin 'https://otherdomain has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.Anyone with a solution to make it work with some JS app ?
Thanks !