Hi Open edX Community,
We recently transitioned from Docker Desktop to Rancher Desktop for our Tutor LMS setup, and since then, hot reloading for our MFEs has stopped working. Code changes no longer reflect in the browser unless we stop and restart the development server.
Details:
- Setup: Open edX Tutor LMS (latest version), Rancher Desktop with [container runtime, e.g., containerd/Docker].
- MFEs: Mounted as volumes, same configuration as Docker Desktop.
- Issue: Hot reloading worked fine with Docker Desktop, but now only restarting the server reflects changes.
Tried So Far:
- Verified volume mounts and file permissions.
- Ensured file-watching mechanisms are enabled.
- Restarted services and reconfigured the setup.
Questions:
- Has anyone faced similar hot reloading issues with Rancher Desktop?
- Are additional configurations needed for file synchronization or inotify events?
- Could this be due to how Rancher Desktop handles volume mounts differently from Docker Desktop?
Any insights or suggestions are greatly appreciated. Let me know if further details or logs would help.
Thanks in advance!