cli icon indicating copy to clipboard operation
cli copied to clipboard

Invite users

Open OskarArce opened this issue 1 year ago • 2 comments

Bug report

Describe the bug

It is not possible to invite new users (local development)

To Reproduce

Steps to reproduce the crash:

  1. Initialize new project $ mkdir your-project && cd $_
  2. Initialize Supabase supabase init
  3. Start Supabase supabase start
  4. Open Supabase Studio
  5. Navigate to Users.
  6. Invite button 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

imagen Docker images: Captura de pantalla de 2022-08-15 11-24-38

System information

  • OS: Linux (Fedora 36)
  • Browser: Firefox
  • Version of supabase cli: 1.0.0

Additional context

Issue

OskarArce avatar Aug 15 '22 09:08 OskarArce

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.

sweatybridge avatar Aug 16 '22 06:08 sweatybridge

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

sweatybridge avatar Aug 16 '22 13:08 sweatybridge

Feel free to open this ticket again if you are still having issues with new version.

sweatybridge avatar Aug 17 '22 10:08 sweatybridge