unverändert:

"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."
This commit is contained in:
Quests Agent
2025-09-29 18:27:22 +02:00
parent 0f4b8feb50
commit a3d032af9f

View File

@@ -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(),