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 124d6b8 commit 8830d3aCopy full SHA for 8830d3a
ui/vue.config.js
@@ -141,7 +141,11 @@ const vueConfig = {
141
secure: false,
142
ws: false,
143
changeOrigin: true,
144
- proxyTimeout: 10 * 60 * 1000 // 10 minutes
+ proxyTimeout: 10 * 60 * 1000, // 10 minutes
145
+ cookieDomainRewrite: '*',
146
+ cookiePathRewrite: {
147
+ '/client': '/'
148
+ }
149
}
150
},
151
https: process.env.HTTPS_KEY ? {
0 commit comments