R
Railwayβ€’16mo ago
spidertwin2

Incomplete build logs

Whenever I use 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
Percy
Percyβ€’16mo ago
Project ID: 91a9925e-cbfe-47d3-ac21-743ff8a4e3fa
spidertwin2
spidertwin2β€’16mo ago
project ID: 91a9925e-cbfe-47d3-ac21-743ff8a4e3fa
Brody
Brodyβ€’16mo ago
in railway's ui, do the build logs complete?
spidertwin2
spidertwin2β€’16mo ago
no, it just shows pushing and never completes
Brody
Brodyβ€’16mo ago
does it also show as stuck in the deployment phase? and if you abort it will it happen again?
Unknown User
Unknown Userβ€’16mo ago
Message Not Public
Sign In & Join Server To View
Brody
Brodyβ€’16mo ago
send your project id please
Unknown User
Unknown Userβ€’16mo ago
Message Not Public
Sign In & Join Server To View
Brody
Brodyβ€’16mo ago
thats not a project id?
Unknown User
Unknown Userβ€’16mo ago
Message Not Public
Sign In & Join Server To View
Brody
Brodyβ€’16mo ago
yep!
Percy
Percyβ€’16mo ago
Flagging this thread. A team member will be with you shortly.
Brody
Brodyβ€’16mo ago
@Angelo - something funky is going on
Unknown User
Unknown Userβ€’16mo ago
Message Not Public
Sign In & Join Server To View
Brody
Brodyβ€’16mo ago
thats a whole separate issue, one that doesnt have anything to do with railway itself tbh, so lets keep this thread on topic please
angelo
angeloβ€’16mo ago
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
Unknown Userβ€’16mo ago
Message Not Public
Sign In & Join Server To View
spidertwin2
spidertwin2β€’16mo ago
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 GB
Brody
Brodyβ€’16mo ago
railway's backend won't let you upload a project bigger than 50mb, so I'm not sure what you are measuring
Unknown User
Unknown Userβ€’16mo ago
Message Not Public
Sign In & Join Server To View
spidertwin2
spidertwin2β€’16mo ago
This is probably stupid, but how should I check the size of my project folder?
Brody
Brodyβ€’16mo ago
just check the size of the folder contents, minus anything like node_modules
spidertwin2
spidertwin2β€’16mo ago
Ohk, the size of my project folder is 840 KB
Brody
Brodyβ€’16mo ago
and your project still gets stuck in the pushing phase?
spidertwin2
spidertwin2β€’15mo ago
yes, ditto as image I shared above
Ray
Rayβ€’15mo ago
What's your CLI version?
spidertwin2
spidertwin2β€’15mo ago
railway --version gives me railwayapp 3.0.22
Ray
Rayβ€’15mo ago
3.3.1 is the latest. Try updating it
spidertwin2
spidertwin2β€’15mo ago
updated package, but build logs still getting stuck in middle
Ray
Rayβ€’15mo ago
can you share the build logs here? from start to where it stops πŸ™‚
Ray
Rayβ€’15mo ago
Could you try changing the builder to Nixpacks? Project -> Service -> Settings -> Build -> Builder
spidertwin2
spidertwin2β€’15mo ago
Wow! that solved it. Thanks for all your help πŸ™