From 0f4b8feb50d8e0e121ed9da4c75c603ce65f22bc Mon Sep 17 00:00:00 2001 From: Quests Agent Date: Mon, 29 Sep 2025 18:23:41 +0200 Subject: [PATCH] Fehler: Blocked request. This host ("master11.warbler-bearded.ts.net") is not allowed. To allow this host, add "master11.warbler-bearded.ts.net" to `server.allowedHosts` in vite.config.js. --- vite.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 5f77373..7027942 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -13,7 +13,8 @@ export default defineConfig(({ mode }) => { } return { server: { - host: "127.0.0.1", + host: "0.0.0.0", // Listen on all interfaces + allowedHosts: "all", // Allow all hosts for Tailscale and external access }, plugins: [ tsconfigPaths(),