Can't Enable OPTIONS allowlist

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?

Hey there,

OPTIONS allowlist feature will only work when you have Deployment protection enabled: OPTIONS Allowlist

1 Like

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