EsperoTech / yaade

Yaade is an open-source, self-hosted, collaborative API development environment.
MIT License
1.6k stars 71 forks source link

Bug: `proxy-through-server` setting not applying on a fresh page load #192

Open arcastro opened 3 months ago

arcastro commented 3 months ago

Steps:

Bug 1

Bug 2

Please let me know if these are reproduceable.

jonrosner commented 3 months ago

Environments are currently only stored in localstorage, and the "default" is to use the extension if no environment is selected. So the behavior is expected. But it might make sense to reconsider this and save the envs chosen in the user profile.