Unable to access database from a Vercel hosted frontend

Hello everyone. I just hosted my CMS on Vercel. I believe I followed the instructions I was given properly. After the upload I am getting constant redirects with a 403 error. The site is trying to access [custom].supabase.co/admin/init. When I checked the API calls within supabase I can see all the errors with vercel.app/ as a referrer. (basically 401 for admin/project-type and admin/init). Am I missing something? Do I have to allow this connection somewhere within the supabase panel?
Was this page helpful?