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:
@@ -13,8 +13,9 @@ export default defineConfig(({ mode }) => {
|
|||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
server: {
|
server: {
|
||||||
host: "0.0.0.0", // Listen on all interfaces
|
host: "0.0.0.0",
|
||||||
allowedHosts: "all", // Allow all hosts for Tailscale and external access
|
port: 5173,
|
||||||
|
allowedHosts: "all",
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
tsconfigPaths(),
|
tsconfigPaths(),
|
||||||
|
Reference in New Issue
Block a user