79659676

Date: 2025-06-10 01:20:08
Score: 0.5
Natty:
Report link

I found below combination solved the issue:

publicPath: '/Base1/',
devServer: {
    port: port,
    open: true,
    host: '0.0.0.0',
    public: 'x.y.net/Base1/',
    sockHost: 'x.y.net/Base1',
    sockPath: '/Base1/sockjs-node/',   <== this solved the issue
    disableHostCheck: true,
    overlay: {
        warnings: false,
        errors: true
    },
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Solaris_9