Solved : Constantly trying to connect to supervisor

My logs are filling up with “connecting to supervisor/core” but i’m not running supervisor
I’m running core only in a VENV.
node red connects and works fine. but my logs are filling up with the connecting to stuff
any suggestions?

Sep 1 09:39:02 hass Node-RED[511225]: 1 Sep 09:39:02 - [info] [server:Home Assistant] Connecting to https://removed server name
Sep 1 09:39:02 hass Node-RED[511225]: 1 Sep 09:39:02 - [info] [server:Home Assistant] Connecting to http://supervisor/core
Sep 1 09:39:02 hass Node-RED[511225]: 1 Sep 09:39:02 - [info] [server:Home Assistant] Connected to https://removed server name
Sep 1 09:39:06 hass Node-RED[511225]: 1 Sep 09:39:06 - [info] [server:Home Assistant] Connecting to http://supervisor/core
Sep 1 09:39:07 hass Node-RED[511225]: 1 Sep 09:39:07 - [info] [server:Home Assistant] Connecting to http://supervisor/core
Sep 1 09:39:11 hass Node-RED[511225]: 1 Sep 09:39:11 - [info] [server:Home Assistant] Connecting to http://supervisor/core
Sep 1 09:39:12 hass Node-RED[511225]: 1 Sep 09:39:12 - [info] [server:Home Assistant] Connecting to http://supervisor/core
Sep 1 09:39:16 hass Node-RED[511225]: 1 Sep 09:39:16 - [info] [server:Home Assistant] Connecting to http://supervisor/core

I found the URL hard coded into the plugin.
I’ve opened up a ticket on github.
unable to delete my post about it

update: in trying to resolve this issue or find the root cause I found the issue.
when I clicked on edit server, everything appeared correct.
however, when I clicked the drop down, I saw 2 additional server entries.
neither of them had any server configuration. I removed them and restarted node red. the problem has gone away

1 Like