405 (Method Not Allowed) Error in Vercel FastAPI Backend (But Works Locally)
I have just deployed my NextJS-frontend/FastAPI-backend app on Vercel, and I am currently running into an issue that seems related to CORS that is giving me a 405 Method Not Allowed
when I try to POST/GET to my FastAPI backend from the frontend.