I upgrade from 2026.4.22 to 2026.5.18 and I have have two major issues:
- Gateway is unreachable in Chrome via https://127.0.0.1:18789, BUT is reachable via Tailscale magic DNS URL.
My gateway config is:
"gateway": {
"mode": "local",
"auth": {
"mode": "token",
"token": "${GTW_TOKEN}",
"allowTailscale": true
},
"port": 18789,
"bind": "loopback",
"tailscale": {
"mode": "serve",
"resetOnExit": true
},
"controlUi": {
"allowedOrigins": [
"https://<my-magic-dns>.ts.net"
]
}
},
- All Discord bots are offline. Openclaw doctor doesn't tell me anything useful. I notice that between theese versions something introduced NPM folder with its own node modules and discord plugin.
Can you help me to understand what has broken? I restarted gateway many times.