Dileesha Weliwaththa

Results 4 comments of Dileesha Weliwaththa

Hey Guys, I'm trying to use "Send SMS" hook, on self-hosted supabase. currently I added these to my docker-compose.yml and .env files as well GOTRUE_EXTERNAL_PHONE_ENABLED: true GOTRUE_HOOK_CUSTOM_SMS_PROVIDER_ENABLED: true GOTRUE_HOOK_CUSTOM_SMS_PROVIDER_URI: http://host.docker.internal:8000/functions/v1/send_sms...

Hi Joel, Thanks for the feedback! Here's a quick update based on your suggestions: 1. I have now updated all Supabase images to the latest versions through docker-compose.yml, including the...

> Hi @dileeshaupview , > > Can you try these configurations in your `docker-compose.yml` file? > > ``` > GOTRUE_HOOK_SEND_SMS_ENABLED: "true" > GOTRUE_HOOK_SEND_SMS_URI: "http://host.docker.internal:8000/functions/v1/send-sms" > GOTRUE_HOOK_SEND_SMS_SECRETS: "v1,whsec_VGhpcyBpcyBhbiBleGFtcGxlIG9mIGEgc2hvcnRlciBCYXNlNjQgc3RyaW5n" > ``` >...