Sorry for posting another one of these questions, but the previous ones didn’t help at all.
I’m self-hosting Supabase using Dokploy on a Raspberry Pi for development.
My Docker compose file has JWT enabled set to FALSE.
I can call all other Edge Functions, but the webhook call from Stripe is showing a 401 Unauthorized in the Stripe Dashboard.
My edge function is using the Stripe webhook key for verification.
There is nothing about my edge function in the Supabase logs, so it’s not even reaching it.
What other setting am I missing to allow Stripe to call the edge function?
Keep in mind that I don’t have a config.toml file since I’m deploying via Docker compose and I’m not using the Supabase CLI.
Thank you for any insight into resolving this issue!