We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dd698 commit b3f9824Copy full SHA for b3f9824
ui/vue.config.js
@@ -142,7 +142,11 @@ const vueConfig = {
142
secure: false,
143
ws: false,
144
changeOrigin: true,
145
- proxyTimeout: 10 * 60 * 1000 // 10 minutes
+ proxyTimeout: 10 * 60 * 1000, // 10 minutes
146
+ cookieDomainRewrite: '*',
147
+ cookiePathRewrite: {
148
+ '/client': '/'
149
+ }
150
}
151
},
152
https: process.env.HTTPS_KEY ? {
0 commit comments