Skip to content

Commit

Permalink
core: frontend: vite.config: Remove selfHandleResponse
Browse files Browse the repository at this point in the history
It does not work with it

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric authored and Williangalvani committed Sep 22, 2023
1 parent 29600bd commit 0d8c484
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export default defineConfig({
},
'^/kraken': {
target: SERVER_ADDRESS,
selfHandleResponse: true,
onProxyRes: (proxyRes, request, response) => {
proxyRes.on('data', (data) => {
response.write(data)
Expand Down

0 comments on commit 0d8c484

Please sign in to comment.