16 hours ago
I am using wasp for a web app. I have been using 'wasp deploy railway deploy 'project-name' for over a year without issue.
That builds the SDK then deploys as:
$ railway up /apppath/app/.wasp/out --service sevawasp-server --no-gitignore --path-as-root --c
In my CLI, I see:
Indexing...
Uploading...
error sending request for url
and to check railway logs. In my railway logs, all I see is:
Failed to create code snapshot. Please review your last commit, or try again.
This has been happening for the last couple days. My zipped package size is about 6MB.
Project ID: 9645dd87-e6e8-4930-a00f-c62f69ff8867
2 Replies
I wouldn't really call this resolved, but I did fix by pushing directly from github instead of my own computer.
do you still have issues with railway up? I see that you hit one of the internal timeouts (unexpectedly), so most like an intermittent networking issue.