Skip to content

Commit 8830d3a

Browse files
GutoVeroneziDaanHoogland
authored andcommitted
Fix Vue devServer after CSRF fix
1 parent 124d6b8 commit 8830d3a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: ui/vue.config.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,11 @@ const vueConfig = {
141141
secure: false,
142142
ws: false,
143143
changeOrigin: true,
144-
proxyTimeout: 10 * 60 * 1000 // 10 minutes
144+
proxyTimeout: 10 * 60 * 1000, // 10 minutes
145+
cookieDomainRewrite: '*',
146+
cookiePathRewrite: {
147+
'/client': '/'
148+
}
145149
}
146150
},
147151
https: process.env.HTTPS_KEY ? {

0 commit comments

Comments
 (0)