--omit=devinstead.
10 months ago
I'm getting this error and even though the page was deployed, it doesn't work. here is the log:
npm WARN config production Use --omit=dev
instead.
> ecommerce@1.0.0 start
> node src/app.js --mode produccion
Server listening at Port: 5000
Successfully connected to database
npm WARN config production Use --omit=dev
instead.
> ecommerce@1.0.0 start
> node src/app.js --mode produccion
Server listening at Port: 5000
Successfully connected to database
npm WARN config production Use --omit=dev
instead.
> ecommerce@1.0.0 start
> node src/app.js --mode produccion
Server listening at Port: 5000
Successfully connected to database
npm WARN config production Use --omit=dev
instead.
> ecommerce@1.0.0 start
> node src/app.js --mode produccion
Server listening at Port: 5000
Successfully connected to database
npm WARN config production Use --omit=dev
instead.
> ecommerce@1.0.0 start
> node src/app.js --mode produccion
Server listening at Port: 5000
Successfully connected to database
1 Replies
10 months ago
Your logs indicate that the app is running on port 5000, but you have your Railway-generated domain pointing to port 8080.
You can update this by hovering over the domain in the service settings and clicking on the note icon.