webhook error after upgrade to cli 2.2.1
I had an auth webhook setup in my locally hosted environment and the same was working fine in earlier supabase version (1.x). I upgrade to CLI 2.2.1 yesterday and it keeps giving the below error on start
Invalid hook config: auth.hook.sendemail.secrets must be formatted as "v1,whsec<base64_encodedsecret>"
I am giving the webhook details in this format (v1,whsec<base64_encoded_secret>) and still it throws the same error unless I disable the webhook. The same toml file was working before the CLI upgrade. Anybody has any helpfull inputs on this?
Invalid hook config: auth.hook.sendemail.secrets must be formatted as "v1,whsec<base64_encodedsecret>"
I am giving the webhook details in this format (v1,whsec<base64_encoded_secret>) and still it throws the same error unless I disable the webhook. The same toml file was working before the CLI upgrade. Anybody has any helpfull inputs on this?