You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Gabrielmtvp just to confirm, are you able to access the endpoint locally?
I have not tried deploying on vercel (which can be a good adition to deployment options for the docs), can you please provide a step-by-step process of how you tried to deploy your app on vercel?
Exactly, it would be very good for the documentation.
Vercel has an option where you can give permission to your repository and then they deploy automatically using your repository on Github. I used this option.
Other interest point is that I created another simple route using @app.get("/") method from FastAPI and that one Vercel mapped with succesfull.
I should be able to hit my End Point "/chat" on Vercel.
Scenario
I deployed my python application on Vercel
Actual result
When I try to hit my End Point on Vercel Project it returns as "404 Not Found". It looks like Vercel is not mapping this End Point.
Expected result
When I hit my End Point I should receive a stream of text.
Acceptance criteria
The text was updated successfully, but these errors were encountered: