diff --git a/packages/modules/web_themes/standard/source/quasar.config.ts b/packages/modules/web_themes/standard/source/quasar.config.ts index ed378f0203..7f759a6fdf 100644 --- a/packages/modules/web_themes/standard/source/quasar.config.ts +++ b/packages/modules/web_themes/standard/source/quasar.config.ts @@ -78,9 +78,11 @@ export default configure((/* ctx */) => { devServer: { // https: true open: true, // opens browser window automatically + host: '0.0.0.0', // Allow external access proxy: { '/ws': { - target: 'ws://localhost:9001', + //target: 'ws://localhost:9000', + target: 'ws://0.0.0.0:9001', // Changed from localhost ws: true, }, },