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

Does not work with now 2 cli #7

Open
deadmantfa opened this issue Jan 19, 2019 · 11 comments
Open

Does not work with now 2 cli #7

deadmantfa opened this issue Jan 19, 2019 · 11 comments
Labels
v2.0.0 project

Comments

@deadmantfa
Copy link

Does not work with now version 2 cli
Can you please help?

@dariye
Copy link
Owner

dariye commented Jan 19, 2019

Oh dammit! I'll update this for now v2 tonight

@dariye dariye added the v2.0.0 project label Jan 19, 2019
@dariye dariye added in progress status and removed in progress status labels Jan 19, 2019
@dariye dariye added in review status in progress status idea status and removed in progress status in review status idea status labels Jan 19, 2019
@dariye dariye added idea status in review status and removed idea status in progress status labels Jan 19, 2019
@dariye
Copy link
Owner

dariye commented Jan 19, 2019

Was unable to get this to work with v2. I found a now-micro builder by @lucasconstantino but that still couldn't get it to work. Gonna table this for now and keep trying to get it to work.

@dariye dariye added blocked status and removed in review status labels Jan 19, 2019
@deadmantfa
Copy link
Author

@pauldariye thanks for looking into this will wait for your update. I have made a copy of your project to work with AWS Lambda.
You can have a look here https://github.com/deadmantfa/serverless-kanbanization

I have given you credit. Hope its fine with you

@dariye
Copy link
Owner

dariye commented Jan 30, 2019

absolutely! It's why we're here. Happy coding @deadmantfa

@franciscolourenco
Copy link
Contributor

What was the problem with now v2?

@dariye
Copy link
Owner

dariye commented Jul 1, 2019

v2 requires deploying a lamda which requires a builder; I'll give this a try again.

@franciscolourenco
Copy link
Contributor

Still works with v1 #9

@dariye dariye removed the blocked status label Aug 25, 2019
@wilcoxmd
Copy link

I got this to build and deploy successfully using now 2, however for some reason the graphql requests are failing.

I'm totally new to now.... any idea if I need to use a different builder or import another module?

I am getting one warning during the now build process...

ncc: Module directory "/tmp/3f85eb8d/node_modules/node-fetch/lib" attempted to require "encoding" but could not be resolved, assuming external.

I haven't been able to figure out how to resolve that yet, so if anyone has any ideas it would be very helpful

@wilcoxmd
Copy link

actually I was able to resolve that error by just installing the package... so my build is error free now, but the graphql requests still seem to fail.

@dariye
Copy link
Owner

dariye commented Sep 27, 2019

Hey @wilcoxmd, I've tried it with the community builder but no dice. But from this spectrum chat it looks like we can use the now/node builder

@wilcoxmd
Copy link

wilcoxmd commented Sep 28, 2019

Interesting. I was actually able to get things to build now with the now-micro builder, and then realized that it seemed like things were returning early without waiting for results from async functions. Sprinkling some more awaits in front on async requests got some of them working, but I need to look more at the async.each calls in github.js. I haven't quite gotten those to play nice yet, and it seems like that is where the process is stopping for me right now.

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

No branches or pull requests

4 participants