Is it possible to run the experience builder server on different ports, by specifying different values for the port and https port..?
In server/package.json, modify scripts/start to:"cross-env EXB_HTTP_PORT=xyz EXB_HTTPS_PORT=xyz NODE_ENV=production node src/server"
I am getting Error: listen EACCES: permission denied 0.0.0.0:4001
I have not succeeded by Gurunara suggestion, but I succeeded by following the tip in ArcGIS Experience Builder install in mid-page:
In the Portal App for EXB, add url with the <client-port-number>
In server folder, do: npm start -- --port <server-port-number> --https_port <client-port-number>
and in client folder, just do: npm start
In the browser, go to: https://localhost:<client-port-number>
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.