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
Running browser-sync via webpack for a Wordpress plugin. Everything compiles fine, but the proxied browser-sync window just opens a white screen that hangs on loading infinitely. No source code, no console information. Happens both via webpack, and in the command line directly calling browser-sync with the proxy url.
Please specify which version of Browsersync, node and npm you're running
Browsersync [ 2.27.11 ]
Node [ 18.13.0 ]
Npm [ 8.19.3 ]
Affected platforms
linux
windows
[ x ] OS X
freebsd
solaris
other (please specify which)
Browsersync use-case
API
Gulp
Grunt
[ x ] CLI
[ x ] Webpack
If CLI, please paste the entire command below
browser-sync https://[[redacted]].test
for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync
Yes and no. LocalWP advised against using SSL with browser sync, so I was able to get it working with a non-secure local version of the site. I still would love to resolve it, because it used to be no trouble using SSL in proxy mode, but works well enough for the time being.
Same issue here also using macOS. It used to work for me until now. I guess something I've recently updated broke the compatibility. The only way I can make it work is using http instead of https.
Issue details
Running browser-sync via webpack for a Wordpress plugin. Everything compiles fine, but the proxied browser-sync window just opens a white screen that hangs on loading infinitely. No source code, no console information. Happens both via webpack, and in the command line directly calling browser-sync with the proxy url.
Please specify which version of Browsersync, node and npm you're running
Affected platforms
Browsersync use-case
If CLI, please paste the entire command below
browser-sync https://[[redacted]].test
for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync
Webpack config -
The text was updated successfully, but these errors were encountered: