Bin/watch-administration not working in my localhost. (ERR_CONNECTION_REFUSED)

I’m having an issue with running the administration watch command inside my ssh container.
I’m developing a custom plugin within my shopware project and want to run admin watch to see the changes i’m making. I start the ddev project, ssh into my container, run the build administration command (which works) and then run the watch command.
However, upon clicking on the generated localhost link from the watch command (in localhost:8080), i get an „ERR_CONNECTION_REFUSED“ and cannot access it.
The build works just fine, and the plugins are correctly displayed in the ddev url for my shopware project, the only issue I’m having is running the watcher.
Any ideas on how to dix this?