pgrst123 (1) 썸네일형 리스트형 supabase "code":"PGRST123" error {"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'; 이전 1 다음