Incomplete build logs
Whenever I use
Is this standard behavior? Not sure if I am doing anything wrong. Thanks 🙏
railway up
to deploy, the pushing progress never reaches completion. Please see image below.Is this standard behavior? Not sure if I am doing anything wrong. Thanks 🙏
33 Replies
Project ID:
91a9925e-cbfe-47d3-ac21-743ff8a4e3fa
project ID: 91a9925e-cbfe-47d3-ac21-743ff8a4e3fa
in railway's ui, do the build logs complete?
no, it just shows pushing and never completes
does it also show as stuck in the deployment phase? and if you abort it will it happen again?
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
send your project id please
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
thats not a project id?
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
yep!
Flagging this thread. A team member will be with you shortly.
@Angelo - something funky is going on
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
thats a whole separate issue, one that doesnt have anything to do with railway itself tbh, so lets keep this thread on topic please
Hmm, I am unsure what could be causing this. I am going to see if our builds are okay, but may require some investigation.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
When I do
railway up
from my local machine, it shows pushing and gets stuck. When I check the railway logs, they show the same incomplete progress. If I abort and try again, it still doesn't complete
My project folder is 2.61 GBrailway's backend won't let you upload a project bigger than 50mb, so I'm not sure what you are measuring
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
This is probably stupid, but how should I check the size of my project folder?
just check the size of the folder contents, minus anything like node_modules
Ohk, the size of my project folder is 840 KB
and your project still gets stuck in the pushing phase?
yes, ditto as image I shared above
What's your CLI version?
railway --version
gives me railwayapp 3.0.22
3.3.1
is the latest. Try updating itupdated package, but build logs still getting stuck in middle
can you share the build logs here?
from start to where it stops 🙂
Could you try changing the builder to Nixpacks?
Project -> Service -> Settings -> Build -> Builder
Wow! that solved it. Thanks for all your help 🙏