workfloworchestrator / orchestrator-ui-library

Component library for the orchestrator-ui (v2) which is published in npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Dev Experience: Hot reloading fails

ricardovdheijden opened this issue · comments

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.