Automatic reload causes webview to be unusable

Problem description:
Webview will reload anytime a change happens with the ports. This is often undesirable.

We can disable auto-opening on per account… but not auto-reload.

Expected behavior:
WebView should reload when we want to. Most frameworks like vite come with live reloading built in, if you wanted it. Doing nothing should be the default, if there is “magic” getting in the way, it should at least be optional.

Actual behavior:
Unable to use WebView, devtools become unclickable.

Steps to reproduce:
Have a server that reopens the port frequently

Bug appears at this link:
https://replit.com/@fossprime/Bash-Web-Server#main.sh

In a new tab the content is served perfectly fine and no reloads happen:
https://bash-web-server.fossprime.repl.co/