chat-ui
chat-ui copied to clipboard
Environment Variables Not Accessible When Starting via PM2
When running the application with npm run dev or npm run preview, the environment variables are loaded correctly. However, when the application is started with pm2 start, it fails to access the environment variables.
Also via node.js
node build
@mikuh Hello, I’m having the same issue with pm2, how did you solve it? I would really appreciate it if you could help me solve this problem.