after updating my env file my url is not working
anandhugithub1
TRIALOP
2 years ago
my api was hosted on railway i updated my env then puhed it in github but the railway url crashed says page not found even after refreshing the page
1 Replies
brody
EMPLOYEE
2 years ago
Are you committing your .env file to GitHub? if so, please remove it from GitHub as that is very insecure, even if it's a private repository. All the variables your app needs should be stored in the service variables.
But I'm going to need more information about your app, for starters, what kind of app is it and what is the tech stack?