20 Replies
Please provide your project ID or reply with
N/A
. Thread will automatically be closed if no reply is received within 10 minutes. You can copy your project's id by pressing Ctrl/Cmd + K -> Copy Project ID.You have
node_modules
in your .gitignore
, right?yes
what should I do now brother?
How are you deploying your app?
railway up
or GitHub?from Github repo
Is your code open source?
private repository
bcryptjs
instead.
Oh wait nevermind looks like that's slowerremoving bcrypt and installing bcryptjs? please ans. in details
I'm honestly not sure; try just making sure that node_modules isn't in your git index, as that seems like it would be the only likely cause of this error.
thanks It is working..
Great! No problem.
should I remove .env also?
.env
should be only on your local computer, not in Git.
Although it's less of a problem for private repositories.ok brother I need one more help
I want to request to this railway app from my react app, so what is the base url, app is listened in 3000 port
You should be able to find it in the service settings, under "Domains".
The first one.
Railway automatically proxies through port 443 to your port, and provides encryption for you.
Thanks brother for your time.
No problem!
Since this is solved, somebody w/ perms might want to add that tag.