You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We trying to test by placing public Client URL so that we would able to get the development page on a public URL instead of default localhost.
Based on the following configuration:
We trying to test by placing
public
Client URL so that we would able to get the development page on a public URL instead of defaultlocalhost
.Based on the following configuration:
https://github.com/webpack/webpack-dev-server/blob/3c1ff11c1ce4ec8d990ca0b9dc1460cd906f986f/examples/cli/public-protocol/webpack.config.js#L12
I have tried by entering these value here
spinjs/src/executor.ts
Line 464 in ba8a348
We able to open the url, but we see the socket still trying to connect
localhost
.Even tried setting the
browser url
here, but no luck.spinjs/src/plugins/WebpackPlugin.ts
Line 428 in ba8a348
The text was updated successfully, but these errors were encountered: