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.
This commit is contained in:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user