For some reason the instruction env.get('PORT')
is not working anymore. I cannot figure out why.
It used to work in the past.
In my older project I had this entry in the settings.js process.env.PORT = 1880
Now I have this entry uiPort: process.env.PORT || 1880,
Anyone has any idea why?