I am currently trying to deploy my python backend onto vercel. I keep running into a CORS issue when I try to connect my localhost to the python backend. How can I disable cors. I’m using python with FastAPI and I have whitelisted every origin on the FastAPI side. Can anyone show me how to set up the vercel.json file?
The domain troubleshooting guide can help with most custom domain configuration issues. You might be able to use that guide to solve it before a human is available to help you. Then you can come back here and share the answer for bonus points.
You can also use v0 to narrow down the possibilities.