error in email configuration
Hello, good evening. Could you help me? I have Supabase on my host, but when I try to save the email settings, I get this error: {
"data": null,
"error": {
"message": "Method PATCH Not Allowed"
}
}

2 Replies
On self hosted supabase, all the config is done via env variables. You can't use dashboard to update any settings.
thanks 😊