I am trying to implement Custom Auth for Directus. I am able to login a user, in Local Host I get the user sessions but once move to production (Vercel) i am not even able to load my AuthForm (similar to the supabase example) because I get Unauthorized in (api/plasmic-auth) and the Env variables are all setup.
also, when trying to create a new user, i am getting also “Unauthorized” from api/plasmic-auth