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 using the post methods (ex: queryUsingPost) there are cors issues regarding the response:
Access to fetch at 'https://open-vsx.org/api/-/query' from origin 'http://localhost:3000' 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.
I was able to reproduce the issue both in a Theia-based application and Gitpod directly.
Theia:
Gitpod:
The text was updated successfully, but these errors were encountered:
Description
When using the
post
methods (ex: queryUsingPost) there arecors
issues regarding the response:I was able to reproduce the issue both in a
Theia
-based application andGitpod
directly.Theia:
Gitpod:
The text was updated successfully, but these errors were encountered: