Hello, I have been working on a backend project with vercel, I use python FastAPI.
I have a POST route that gets fetched by my frontend website. As static sites only send OPTIONS I need to allow my route in the OPTIONS allowlist.
TL;DR
i cannot Enable the OPTIONS allowlist, i dont know why?
is it not possible or should i try a different way?