반응형
{"code":"PGRST123","details":null,"hint":null,"message":"Use of aggregate functions is not allowed"}
supabase에서 권한문제로 나타나는 에러이다.
아래구문을 실행한후 호출하면 에러가 해결된다.
ALTER ROLE authenticator SET pgrst.db_aggregates_enabled = 'true';
NOTIFY pgrst, 'reload config';
반응형