Self-Hosted CORS Error on storage API requests
hey guys, maybe one of you guys can point me in the right direction with an issue I am having..
developing an app locally with sveltekit (localhost:5173), using the self-hosted supabase deployment over the internet (vps) .. added the localhost:5173 to "additional sites" in the .env for docker, which allows me to authenticate. Ran in to an issue when following the "avatar" tutorial in the supabase docs.. when I go to upload to supabase VPS I get a CORS error.. so obviously whatever handles auth for storage does not permite any requests from "localhost" ... any idea on how to work around or configure this so I can add localhost to the allowed origins?
developing an app locally with sveltekit (localhost:5173), using the self-hosted supabase deployment over the internet (vps) .. added the localhost:5173 to "additional sites" in the .env for docker, which allows me to authenticate. Ran in to an issue when following the "avatar" tutorial in the supabase docs.. when I go to upload to supabase VPS I get a CORS error.. so obviously whatever handles auth for storage does not permite any requests from "localhost" ... any idea on how to work around or configure this so I can add localhost to the allowed origins?
