workfloworchestrator / orchestrator-ui-library

Component library for the orchestrator-ui (v2) which is published in npm
6 stars 3 forks source link

Local Dev Experience: Hot reloading fails #1071

Open ricardovdheijden opened 2 weeks ago

ricardovdheijden commented 2 weeks ago

When local dev server is running and a change in code is made, the hot reloading fails. Developer needs to do a manual page reload.

What I have seen so far is that the orchestrator config seems to disappear/reset when a hot reload is performed. That means that all backend urls point to localhost instead of the ones set in the env vars. Unsure what causes this issue.