No idea if this is just me or not, I restarted my HF project this morning and it downloaded the latest jars and now I can't connect to 0.0.0.0:8080 or 127.0.0.1:8080, but I can connect to localhost:8080 🤷♂️
IIRC this is a WSL specific issue. Electric doesn’t handle networking on its own, so updating Electric should not have an impact on which network interface is bound. Networking is handled at the app’s entrypoint, as shown in the starter app. Check if your project is in sync with the latest https://gitlab.com/hyperfiddle/electric3-starter-app. Especially https://gitlab.com/hyperfiddle/electric3-starter-app/-/commit/3a06b707f98048521377e1592468b88efba23cde.
I use WSL. good point