env.get('PORT') not working anymore

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?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.