Hi, has anyone used Postico with Supabase? It's co...
# off-topic
m
Hi, has anyone used Postico with Supabase? It's connecting fine but when I try to make even the most trivial change it gives me an error saying "Error: must be the owner of the table". here-s the full error: > PG_DIAG_SEVERITY: ERROR > PG_DIAG_SQLSTATE: 42501 > PG_DIAG_MESSAGE_PRIMARY: must be owner of table xxxxxxx (redacted) > PG_DIAG_SOURCE_FILE: aclchk.c > PG_DIAG_SOURCE_LINE: 3600 > PG_DIAG_SOURCE_FUNCTION: aclcheck_error
e
This is a known issue Rek..if you create tables via Postico, you can edit them..if you create via dashboard only dashboard can edit them cos both the users are different
follow this issue for updates - https://github.com/supabase/supabase/issues/2618
m
thanks a lot! that clears it up