Deployment Failure

This is a continuation of my past post:

I have copied the template of the FastAPI/Next.js by creating an /api/ directory and below is a screenshot of my code working locally:

https://youtu.be/u-Sxo-x37zo

Could anyone please help me why exactly I’m getting the following error?
I have already tried:

creating a runtime.txt to set python to 3.11.12 at root
refurbished all requirements.txt elements and placed at root
created a serverless database on Neon

I’ve been working on this error for a really long time and I just want a deployable link I could share with my family to show what I’ve learned in my coding classes. :frowning:

Command failed: pip3.12 install --disable-pip-version-check --target . --upgrade -r /vercel/path1/requirements.txt ERROR: Exception: Traceback (most recent call last): File “/python312/lib/python3.12/site-packages/pip/_internal/cli/base_command.py”, line 180, in exc_logging_wrapper status = run_func(*args) ^^^^^^^^^^^^^^^ File “/python312/lib/python3.12/site-packages/pip/_internal/cli/req_command.py”, line 245, in wrapper return func(self, options, args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File “/python312/lib/python3.12/site-packages/pip/_internal/commands/install.py”, line 377, in run requirement_set = resolver.resolve( ^^^^^^^^^^^^^^^^^ File “/python312/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py”, line 95, in resolve result = self._result = resolver.resolve( ^^^^^^^^^^^^^^^^^ File “/python312/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py”, line 546, in resolve s

There’s another community post with 404 debugging tips that might be helpful. Please give these solutions a try and let us know how it goes.

A human should be around soon to offer more advice. But you can also get helpful information quickly by asking v0.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.