panic: open .env: no such file or directory
alhamsya
HOBBYOP

9 months ago

  • no env file

Solved$10 Bounty

Pinned Solution

opqr
FREE

9 months ago

Your .env file is likely listed in your .gitignore, which means it won’t be pushed to GitHub or deployed to Railway. Instead of relying on a local .env file, you should use Railway's Environment Variables feature.

2 Replies

9 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody 10 months ago


opqr
FREE

9 months ago

Your .env file is likely listed in your .gitignore, which means it won’t be pushed to GitHub or deployed to Railway. Instead of relying on a local .env file, you should use Railway's Environment Variables feature.


alhamsya
HOBBYOP

9 months ago

my issue has been solved


Status changed to Solved chandrika 10 months ago


Loading...