basejump icon indicating copy to clipboard operation
basejump copied to clipboard

can't create account

Open dfang opened this issue 1 year ago • 1 comments

$ SUPABASE_AUTH_TOKEN='xxx'
$ curl https://self-hosted-supabase/rest/v1/rpc/create_account \
-X POST \
-H "Authorization: Bearer $SUPABASE_AUTH_TOKEN" \
-H "apikey: $SUPABASE_AUTH_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name": "Team name", "slug": "team-slug"}'

$ {"code":"23502","details":"Failing row contains (28d4ecec-f2dc-4d88-8930-399d7eb87a39, null, Team name, team-slug, f, 2024-05-04 14:22:35.307785+00, 2024-05-04 14:22:35.307785+00, null, null, {}, {}).","hint":null,"message":"null value in column \"primary_owner_user_id\" of relation \"accounts\" violates not-null constraint"}

installed via dbdev

select dbdev.install('basejump-basejump_core');
create extension "basejump-basejump_core"
    version '2.0.1';

dfang avatar May 04 '24 14:05 dfang

Actually, I am having a problem with this issue. I cannot log in with Google login. I have completed the documentation completely. Can I log in with Google login? Is it possible to log in with useBaseJump?

0fatihyildiz avatar Jan 06 '25 08:01 0fatihyildiz