Railway Deployment fails with `operation timed out`
Trying to run
wasp deploy railway deploy [project-name]
wasp deploy railway deploy [project-name]
. It ends up failling because of a railway failures by the looks of it. Followed the steps to deploy manually and it worked output:
...✅ --- Database successfully set up. ----------------------------------------------🐝 --- Building SDK... ------------------------------------------------------------✅ --- SDK built successfully. ----------------------------------------------------✅ --- Your wasp project has successfully compiled. -------------------------------✅ --- Your wasp project has been successfully built! Check it out in the .wasp/build directory. ---🚀 Deploying your server now...$ railway up /[project-path]/app/.wasp/build --service peak-predict-v1-server --no-gitignore --path-as-root --ciIndexing...Uploading...error sending request for url (https://backboard.railway.com/project/[project-id]/environment/04094e08-70b9-4518-a96f-a8d13d457dc5/up?serviceId=f0fe1b89-24dc-4b4e-8754-36ecb074305a)Caused by: operation timed out🚀 Error deploying service "[project-name]-server", please check the command output.❌ --- [Error] Deploy command failed: ---------------------------------------------Deploy command failed with exit code: 1
...✅ --- Database successfully set up. ----------------------------------------------🐝 --- Building SDK... ------------------------------------------------------------✅ --- SDK built successfully. ----------------------------------------------------✅ --- Your wasp project has successfully compiled. -------------------------------✅ --- Your wasp project has been successfully built! Check it out in the .wasp/build directory. ---🚀 Deploying your server now...$ railway up /[project-path]/app/.wasp/build --service peak-predict-v1-server --no-gitignore --path-as-root --ciIndexing...Uploading...error sending request for url (https://backboard.railway.com/project/[project-id]/environment/04094e08-70b9-4518-a96f-a8d13d457dc5/up?serviceId=f0fe1b89-24dc-4b4e-8754-36ecb074305a)Caused by: operation timed out🚀 Error deploying service "[project-name]-server", please check the command output.❌ --- [Error] Deploy command failed: ---------------------------------------------Deploy command failed with exit code: 1
Anyone else seeing these issues? Is there a way the deploy command could be more resilient to network related failures?