Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API requests should happen server-side and support a proxy agent #312

Closed
ghengeveld opened this issue May 27, 2024 · 0 comments · Fixed by #331
Closed

API requests should happen server-side and support a proxy agent #312

ghengeveld opened this issue May 27, 2024 · 0 comments · Fixed by #331
Assignees

Comments

@ghengeveld
Copy link
Member

Describe the bug

The browser network log is currently being flooded with Chromatic API calls as it polls for changes. This is annoying when attempting to work on a story that also makes network requests.

Furthermore, a HTTPS_PROXY isn't currently supported for these requests, even though the Chromatic CLI does support these.

To reproduce

Just run the addon and look at the DevTools network tab.

Environment

All versions.

@ghengeveld ghengeveld changed the title Chromatic API requests should happen server-side and support a proxy agent API requests should happen server-side and support a proxy agent May 27, 2024
@ghengeveld ghengeveld added this to the post-launch stabilization milestone May 27, 2024
@ghengeveld ghengeveld self-assigned this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment