Is it possible to run the experience builder server on different ports, by specifying different values for the port and https port..?
Solved! Go to Solution.
In server/package.json, modify scripts/start to:
"cross-env EXB_HTTP_PORT=xxxx EXB_HTTPS_PORT=xxxx NODE_ENV=production node src/server"
In server/package.json, modify scripts/start to:
"cross-env EXB_HTTP_PORT=xxxx EXB_HTTPS_PORT=xxxx NODE_ENV=production node src/server"