From a3d032af9f38afcc49f154820ff43b1ac9ef3186 Mon Sep 17 00:00:00 2001 From: Quests Agent Date: Mon, 29 Sep 2025 18:27:22 +0200 Subject: [PATCH] =?UTF-8?q?unver=C3=A4ndert:=20"Blocked=20request.=20This?= =?UTF-8?q?=20host=20("master11.warbler-bearded.ts.net")=20is=20not=20allo?= =?UTF-8?q?wed.=20To=20allow=20this=20host,=20add=20"master11.warbler-bear?= =?UTF-8?q?ded.ts.net"=20to=20`server.allowedHosts`=20in=20vite.config.js.?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 7027942..6f329fc 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -13,8 +13,9 @@ export default defineConfig(({ mode }) => { } return { server: { - host: "0.0.0.0", // Listen on all interfaces - allowedHosts: "all", // Allow all hosts for Tailscale and external access + host: "0.0.0.0", + port: 5173, + allowedHosts: "all", }, plugins: [ tsconfigPaths(),