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

Live deployment is dead #7

Open
Yokutto opened this issue May 5, 2020 · 6 comments
Open

Live deployment is dead #7

Yokutto opened this issue May 5, 2020 · 6 comments

Comments

@Yokutto
Copy link

Yokutto commented May 5, 2020

The title says it all...

The URL https://nestjs-zeit.now.sh is showing DEPLOYMENT_NOT_FOUND error :(

@Yokutto
Copy link
Author

Yokutto commented May 5, 2020

I think it is caused by: d187085#commitcomment-38228725

@ScreamZ
Copy link

ScreamZ commented May 11, 2020

Looks like a vercel breaking change, I just reported the issue vercel/vercel#4333

@kamilmysliwiec maybe you have some ideas, I'll keep in touch when I get more information

Also files needs (it's currently backward compatible but for how long?) to be renamed vercel.json et builder @vercel/node

@ScreamZ
Copy link

ScreamZ commented May 12, 2020

@Yokutto I managed to make this repository works with 19.0.1 but I cannot make my own app work…

@Yokutto
Copy link
Author

Yokutto commented May 17, 2020

@ScreamZ I followed the discussion in vercel repository. If I understand correctly, vercel does not support asynchronous functions anymore, so I can't wait for nestjs to start, is there any way to get support for nestjs again at vercel in the future? 🤔

@ScreamZ
Copy link

ScreamZ commented May 17, 2020

I don't think so, it will work as long as your app boot fast,but then it's totally random race condition, you should use app engine or heroku for nestjs without config, or try the azure function driver

@jlarmstrongiv
Copy link

jlarmstrongiv commented Nov 4, 2020

It’s possible, just not pretty 😂 working on a promising proof of concept https://www.npmjs.com/package/create-vercel-http-server-handler and example project https://github.com/jlarmstrongiv/next-with-nest-graphql

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

3 participants