You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When retrieving information queried to cluster, next error is dumped:
"Request 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."
There is a workaround, involving starting Google Chrome with no security:
"google-chrome --disable-web-security --disable-site-isolation-trials"
We should investigate if we can get rid of error without the workaround
The text was updated successfully, but these errors were encountered:
When retrieving information queried to cluster, next error is dumped:
"Request 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."
There is a workaround, involving starting Google Chrome with no security:
"google-chrome --disable-web-security --disable-site-isolation-trials"
We should investigate if we can get rid of error without the workaround
The text was updated successfully, but these errors were encountered: