headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.22k stars 156 forks source link

Plugins endlessly reloading on dev only app #1937

Closed skoeva closed 5 months ago

skoeva commented 5 months ago

running npm run dev-only-app locally with the .plugins directory in headlamp causes a loop of checks for updates to the plugins. deleting this directory fixes the issue though. Screenshot 2024-04-29 111907 image

joaquimrocha commented 5 months ago

I don't think we need to watch for changes in the static-plugins folder, so we should just remove that from the watch list.