now deployment fails - no GitHub deploy, and no query for info
See original GitHub issueI followed the instructions on the README, got 2 errors. First, GitHub based deployment no longer works, see this issue. Error is:
> Error! The specified file or directory "slackin" does not exist"
Based on the issue above, I git clone
d the slackin repo, and tried to run again. The deploy worked, but it didn’t query for parameters, or do anything, just loaded the files:
$ now rauchg/slackin
> WARN! Your project is missing a now.json file with a `version` property. More: https://zeit.co/docs/version-config
> Deploying ~/Documents/Development/rauchg/slackin under deitch
> Using project slackin
> https://slackin-k2d6wyjaa.now.sh [v2] [in clipboard] [3s]
> Success! Deployment ready [3s]
Going to the URL just gives a list of files.
Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:11
Top Results From Across the Web
Github pages fails to deploy - Stack Overflow
This error is popping-up intermittently while trying to deploy my github webpages. I have no clue what to do, I already deleted and...
Read more >Troubleshoot Amazon EC2 Auto Scaling issues
Amazon EC2 Auto Scaling continuously launches and terminates EC2 instances. If CodeDeploy cannot automatically deploy your application revision, Amazon EC2 ...
Read more >Troubleshooting CI/CD - GitLab Docs
GitLab provides several tools to help make troubleshooting your pipelines easier. This guide also lists common issues and possible solutions.
Read more >Troubleshoot Cloud Run issues
This page shows you how to resolve issues with Cloud Run. For other issues not listed below, check to see if they may...
Read more >[Support Guide] Frequently encountered problems during builds
Settings > Build & deploy > Continuous Deployment > Build settings ... This will fail and give you a strange looking build log...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I got pretty far with it, happy to submit a PR. Ran into a problem with the transpiling + serving. See the open discussion on Zeit/Now forum here. When that is resolved, I will submit.
Glad to read someone (@deitch ) is working on a fix. It was quite frustrating to get those errors when trying both Now and Slackin for the first time and seeing no documentation referring to this.
Hoping maintainers see and solve this problem 😃