a year ago
My site just went down. I am having the same problem as this https://discord.com/channels/713503345364697088/1175401667978604575
I am having a hard time figuring out the solution based on the this thread
Could someone please help?
2 Replies
a year ago
what is your current nixpacks.toml
I dont have one. I am working in a typescript turbo-repo monorepo and it is deploying one of the sub-packages
a year ago
are you using bun
a year ago
please show the exact error you are getting
a year ago
okay try adding a nixpacks.toml file to your project
[phases.setup]
nixLibs = ['openssl']
a year ago
is the service deploying from the root of the project?
The files for the deployment are in a sub-dir, but the commands to build/start come from the root
a year ago
whatever directory the railway service is set to is where the nixpacks.toml file should go
a year ago
may i ask if you are pro/business
a year ago
Can you share your building logs? after the nixpacks.toml file
a year ago
And do you have a railway.toml file?
Also, as a brief feedback, it would be nice if you pin the nixpacks version internally, so when you do a "rollback" it uses the same version
Because I tried to rollback to the last know working version and it inherited the same problem
a year ago
you can tho[build] nixpacksVersion = "1.13.0"
a year ago
oh
a year ago
It needs to be a nixpacks.toml
a year ago
not a railway.toml
a year ago
yep, it will show the openssl there if it detects the nixpacks.toml
a year ago
(it did)
a year ago
hmm, never saw that is it related to private network @Brody?
a year ago
full build logs please
a year ago
a year ago
can you send build logs from a deployment that worked?
a year ago
how long ago would that deployment have been made?
a year ago
are you sure you're pro?
a year ago
hobby only has a log retention of 7 days
Oh shoot! This is actually on my personal account for some reason… it is hobby
a year ago
are you the owner of leaseUp
Yeah, but sorry I thought I had deployed this project on the LeaseUp account but accidentally added it to my personal account
a year ago
have you tried pinning the nixpacks version?
a year ago
what version did you pin it to?
a year ago
okay so then it seems its not something railway changed
That's interesting. I change 1 file that was just a typo in a string in another file that was outside of the watch pattern for this service, but it deployed anyway, and ever since I have had this issue
a year ago
try reverting your github repo
I will try that, but why would it have this new issue when I "rollback" from the last know working version?
a year ago
not too sure, it might even be worth going to a Dockerfile based build so you arent relying on nixpacks
a year ago
i kinda meant it would be worth it to do right now
a year ago
i would still go the dockerfile route
a year ago
That was all brody lmao but thanks <:salute:1137099685417451530>
a year ago
are you using bun
I am using bun with Elysia framework and have the same problem
Attachments
a year ago
Can you try this nixpacks.toml file?
[phases.setup]
nixPkgs = ['...', 'openssl']
nixLibs = ['openssl']