Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

now deployment fails - no GitHub deploy, and no query for info #394

Open
deitch opened this issue Feb 25, 2019 · 11 comments
Open

now deployment fails - no GitHub deploy, and no query for info #394

deitch opened this issue Feb 25, 2019 · 11 comments

Comments

@deitch
Copy link

deitch commented Feb 25, 2019

I 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 cloned 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!

@jorisre
Copy link

jorisre commented Mar 4, 2019

@deitch You're using now V2. Slackin use now V1, that's why nothing work. You (or somebody) should update now config to v2.

New version of now use node 8+, slackin use Node 6...

@deitch
Copy link
Author

deitch commented Mar 4, 2019

So this repo needs to be updated?

@jorisre
Copy link

jorisre commented Mar 4, 2019

I think but I don't know the code base.

@deitch
Copy link
Author

deitch commented Mar 4, 2019

Ha! Me neither. Hoping a maintainer can comment?

@deitch
Copy link
Author

deitch commented Mar 8, 2019

It gets worse. Now no longer will support now v1 deployments.

@StephenVNelson
Copy link

Really hoping this gets resolved

@deitch
Copy link
Author

deitch commented Mar 15, 2019

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.

@cyntss
Copy link

cyntss commented Mar 19, 2019

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 :)

@deitch
Copy link
Author

deitch commented Mar 19, 2019

I almost have it working, have run into a problem with now itself, specifically transpiling and serving. If anyone has any ideas about that part, I can be ready for a PR on this quickly. I raised the issue in the now forum here.

@ripulpatel
Copy link

I have same issue as @deitch reported. I have zero knowledge in any kind of web development.. Was hoping I could follow the direction and would work but again it just shows list of files on the link provided after running "now -e SLACK_API_TOKEN="<>" -e SLACK_SUBDOMAIN="<>" -e GOOGLE_CAPTCHA_SECRET="<>" -e GOOGLE_CAPTCHA_SITEKEY="<>" <>/slackin --public"

@deitch
Copy link
Author

deitch commented Apr 28, 2019

OK, got it. PR coming shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants