R
Join ServerRailway
βο½help
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 π
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?
Message Not Public
Sign In & Join Server To View
send your project id please
Message Not Public
Sign In & Join Server To View
thats not a project id?
Message Not Public
Sign In & Join Server To View
yep!
@Angelo - something funky is going on
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.
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 completeMy project folder is 2.61 GB
railway's backend won't let you upload a project bigger than 50mb, so I'm not sure what you are measuring
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
Project -> Service -> Settings -> Build -> Builder
Wow! that solved it. Thanks for all your help π