stack depth limit exceeded #8332
cliveportman
started this conversation in
General
Replies: 1 comment 2 replies
-
Seems like you may have a recursive call in your RLS policy, especially since it works when you have it off or use the sql editor. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any ideas? All I'm running is:
const {data, error} = await supabase.from('schools').insert([{ title: values.title }])
Where values.title is nothing more than a short string.
Updates:
Beta Was this translation helpful? Give feedback.
All reactions