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
Hi there, I am running a twill dev environment on homestead and running npm/yarn from my computer itself... The scripts and styles are available eg localhost:8080/assets/admin/css/app.css, however the hot module replacement is not working and is throwing a JS error Invalid Host/Origin header when the socket trys to connect.
To get it working I needed to add the following lines into the mix.webpackConfig inside /vendor/area17/twill/webpack.mix.js
Hi there, I am running a twill dev environment on homestead and running npm/yarn from my computer itself... The scripts and styles are available eg localhost:8080/assets/admin/css/app.css, however the hot module replacement is not working and is throwing a JS error
Invalid Host/Origin header
when the socket trys to connect.To get it working I needed to add the following lines into the mix.webpackConfig inside /vendor/area17/twill/webpack.mix.js
webpack/webpack-dev-server#1604
The text was updated successfully, but these errors were encountered: