how to inv a user over this
Failed to invite user: Failed to make POST request to "https://qgbjrkspdmsastnnujer.supabase.co/auth/v1/invite". Check your project's Auth logs for more information. Error message: Error sending invite email
What i need to setup that this works


1 Reply
There is no public invite method.
There is an admin invite method.
https://supabase.com/docs/reference/javascript/auth-admin-inviteuserbyemail
It requires service_role and must be run serverside.
JavaScript: Send an email invite link | Supabase Docs
Supabase API reference for JavaScript: Send an email invite link
