Vlad Macovei
Vlad Macovei

Reputation: 884

Browsersync no longer works

I'm learning Laravel in combination with Vue and I installed Browsersync to make the process smoother. When I first installed it worked flawlessly.

My setup is the following:

Strange thing is that the Browsersync UI works properly if I acces localhost:3001, even from another device in the network.

I observed it wasn't working anymore while creating another project where I use Parcel for bundling instead of webpack/laravel-mix. There I use the Browsersync CLI, running .\node_modules\.bin\browser-sync start --proxy localhost:8000 --no-notify --cwd 'C:\WEB\project_folder' -f 'public'

I did not update Node, npm or the OS in the meantime. The only thing I installed is the game Valorant which has some fancy anti cheat service that is installed, but I disabled that service.

I tried:

I guess next time I will use Docker to have a isolated environment.

I'm stumped. Any ideas? Have anyone encountered and solved this?

Upvotes: 0

Views: 452

Answers (1)

Vlad Macovei
Vlad Macovei

Reputation: 884

This was possibly caused by Windows. I've installed kb4571744 and everything works again.

Upvotes: 0

Related Questions