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
Envd seems to be blocking requests from browser because of CORS. The first OPTIONS request is successful but the next (start process) request fails on cors with no response headers.
We are setting CORS in envd server, but it looks like there still might be a problem.
The text was updated successfully, but these errors were encountered:
This is a problem with either a wrong configuration of API client, envd client, and ConnectRpc transport (cors vs no-cors in the SDK) or with Nginx proxies that might be removing some headers (e2b-dev/infra#94).
Envd seems to be blocking requests from browser because of CORS. The first OPTIONS request is successful but the next (start process) request fails on cors with no response headers.
We are setting CORS in envd server, but it looks like there still might be a problem.
The text was updated successfully, but these errors were encountered: