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
As noted here, I needed to update the port in both Yarn and in the node_modules/divi-scripts/scripts/start.js, otherwise Yarn opens in a new port and the enqueue scripts noted at the above link don't work.
##Update
I have learned that I can specify port like PORT=3006 yarn start.
#Still
However, because if this issue with webpack-dev-server, at least in the version we're using where the workaround is to configure Docker to use a proxy server. I haven't seen a way to do that using a docker-compose file.
The text was updated successfully, but these errors were encountered:
As noted here, I needed to update the port in both Yarn and in the
node_modules/divi-scripts/scripts/start.js
, otherwise Yarn opens in a new port and theenqueue
scripts noted at the above link don't work.##Update
I have learned that I can specify port like
PORT=3006 yarn start
.#Still
However, because if this issue with webpack-dev-server, at least in the version we're using where the workaround is to configure Docker to use a proxy server. I haven't seen a way to do that using a docker-compose file.
The text was updated successfully, but these errors were encountered: