You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following .env file in the root of the Umami directory:
DATABASE_URL=url
PORT=3001
Upon building the application, Umami successfully reads the DATABASE_URL from .env. But when starting the application using start-env, the application appears to pick a random port number instead of the provided one? For example 43319 instead of 3001.
Even going into the start script start-env.js and manually changing the port to 3001, it still picks a random one when starting.
Database
PostgreSQL
Which Umami version are you using? (if relevant)
2.12.1
The text was updated successfully, but these errors were encountered:
Describe the Bug
I have the following .env file in the root of the Umami directory:
Upon building the application, Umami successfully reads the DATABASE_URL from .env. But when starting the application using start-env, the application appears to pick a random port number instead of the provided one? For example 43319 instead of 3001.
Even going into the start script start-env.js and manually changing the port to 3001, it still picks a random one when starting.
Database
PostgreSQL
Which Umami version are you using? (if relevant)
2.12.1
The text was updated successfully, but these errors were encountered: