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
Our webpack-dev-server is configured to listen on port 8081 but the __open-in-editor route is initiated on 8888 which is the port used by nginx and Symfony framework
Hence there's a 404 Not Found response
Please fix so that the middleware will reuse the port specified for webpack-dev-server. Here we launch it with webpack-dev-server --hot --port 8081
The text was updated successfully, but these errors were encountered:
I have the same with a Laravel application. Laravel mix runs hot on localhost:8080 but it tries to open it at the domain it's currently at, whatever.test/__open-in-editor.
Our
webpack-dev-server
is configured to listen on port8081
but the__open-in-editor
route is initiated on8888
which is the port used bynginx
andSymfony
frameworkHence there's a
404 Not Found
responsePlease fix so that the middleware will reuse the port specified for
webpack-dev-server
. Here we launch it withwebpack-dev-server --hot --port 8081
The text was updated successfully, but these errors were encountered: