Select works intermittently / fails while insert works (Next.js + Supabase) #44170
Unanswered
domenicopulli-afk
asked this question in
Questions
Replies: 1 comment
-
|
What is your USING Policy for Select? You have to meet that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m working on a Next.js app using Supabase.
I have a strange issue:
Example query:
const { data, error } = await supabase
.from("birds")
.select("*")
.eq("breed_id", breed_id)
Context:
Suspicions:
Has anyone experienced SELECT failing while INSERT works?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions