diff --git a/web/portal/brand/vite.config.ts b/web/portal/brand/vite.config.ts index d5b6d09c2aa..f94e716b69f 100644 --- a/web/portal/brand/vite.config.ts +++ b/web/portal/brand/vite.config.ts @@ -29,7 +29,7 @@ export default ({ mode }) => { port: 3000, proxy: { '/api': { - target: 'http://backend.ivozprovider.local/', + target: 'https://127.0.0.1/', changeOrigin: true, secure: false, ws: true, diff --git a/web/portal/client/vite.config.ts b/web/portal/client/vite.config.ts index 1734755fd12..d59cedb24a5 100644 --- a/web/portal/client/vite.config.ts +++ b/web/portal/client/vite.config.ts @@ -29,7 +29,7 @@ export default ({ mode }) => { port: 3000, proxy: { '/api': { - target: 'http://backend.ivozprovider.local/', + target: 'https://127.0.0.1/', changeOrigin: true, secure: false, ws: true, diff --git a/web/portal/platform/vite.config.ts b/web/portal/platform/vite.config.ts index ff3a85d3c85..82be6d9947f 100644 --- a/web/portal/platform/vite.config.ts +++ b/web/portal/platform/vite.config.ts @@ -31,7 +31,7 @@ export default ({ mode }) => { port: 3000, proxy: { '/api': { - target: 'http://backend.ivozprovider.local/', + target: 'https://127.0.0.1/', changeOrigin: true, secure: false, ws: true, diff --git a/web/portal/user/vite.config.ts b/web/portal/user/vite.config.ts index cc7747997bb..ece4ad6bb37 100644 --- a/web/portal/user/vite.config.ts +++ b/web/portal/user/vite.config.ts @@ -29,7 +29,7 @@ export default ({ mode }) => { port: 3000, proxy: { '/api': { - target: 'http://backend.ivozprovider.local/', + target: 'https://127.0.0.1/', changeOrigin: true, secure: false, ws: true,