-
Notifications
You must be signed in to change notification settings - Fork 156
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
Doesn't work on vercel #15
Comments
I have same issue and saw this post (https://github.com/orgs/vercel/discussions/4354) which looks promising, however I'm probably going to deploy the fastapi backend elsewhere. Looks like you're also building an AI nextjs app. If you're looking for free deployment, you can deploy your fastapi to render and redirect your frontend api request while keeping the frontend deployed to vercel |
yeah non of the suggestions on thatpost worked for me. I think there's somthing wrong with the vercel build process, it keeped downloading multiple copies of the python dependency and racked it up to 5GB. deleting Since this is just my passion project, and I don't know any other hosting that hosts python for free. I might just sit this one out, until python runtime is out of beta on vercel. |
i think this issue should be closed... deploying this example straight from the examples does work fine, even though fastapi is super tricky on vercel. The title of this issue is misleading, though |
Just by adding a few python dependencies, the vercel build will time out and fail
reproduction:
The text was updated successfully, but these errors were encountered: