-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hello and thanks for this awesome package!
I have a problem when ssr is enabled, the webpage takes forever to load and nothing happens.
In the console there is / -> http://localhost:3001/ I think this looks good tho.
I tested it with ssr: false → works, ssr: true → doesn't work. (same goes for ws)
"nuxt": "^3.9.1",
"@nuxt-alt/proxy": "^2.5.6"proxy: {
debug: true,
experimental: {
listener: true
},
proxies: {
"/api": {
target: "http://localhost:3001/",
changeOrigin: true,
rewrite: (path: string) => path.replace(/^\/api/, '')
}
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels