Invite users
Bug report
Describe the bug
It is not possible to invite new users (local development)
To Reproduce
Steps to reproduce the crash:
- Initialize new project
$ mkdir your-project && cd $_ - Initialize Supabase
supabase init - Start Supabase
supabase start - Open Supabase Studio
- Navigate to Users.
-
Invitebutton has disappeared
Also I have try to invite with inviteUserByEmail function in a js script, It worked for a while but right now it throws an 500 error
Expected behavor
I expect to can invite new users
Screenshots
Docker images:

System information
- OS: Linux (Fedora 36)
- Browser: Firefox
- Version of supabase cli: 1.0.0
Additional context
Hi @OskarArce , thanks for reporting. I can reproduce this locally and we are working on a fix. I will ping you again once a new version of supabase/studio docker image is released.
We have fixed this issue in the latest version of studio. You may need to clear your local image cache and restart supabase to fetch the latest version.
supabase stop
docker image rm supabase/studio public.ecr.aws/t3w2s2c9/studio
supabase start
Feel free to open this ticket again if you are still having issues with new version.