-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Comments
@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... |
So this repo needs to be updated? |
I think but I don't know the code base. |
Ha! Me neither. Hoping a maintainer can comment? |
It gets worse. Now no longer will support now v1 deployments. |
Really hoping this gets resolved |
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 :) |
I almost have it working, have run into a problem with |
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" |
OK, got it. PR coming shortly. |
I followed the instructions on the README, got 2 errors. First, GitHub based deployment no longer works, see this issue. Error is:
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:Going to the URL just gives a list of files.
Thanks!
The text was updated successfully, but these errors were encountered: