© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Rest API not returning correct rows, only coming back empty. - Supabase
S
Supabase
•
9mo ago
•
2 replies
bizmate
Rest API not returning correct rows, only coming back empty.
My app is fetching
https://PID.supabase.co/rest/v1/premium_plan?select=*&status=in.%28active%2Ccoming_soon%29&order=plan_cost.asc.nullsfirst
url decoded
select=*&status=in.(active,coming_soon)&order=plan_cost.asc.nullsfirst
select=*&status=in.(active,coming_soon)&order=plan_cost.asc.nullsfirst
and the response is
[
]
but the table does contain premium plans with active or coming
_soon statuses
. So what do i do to fix it
? The status is an enum type plan
_status
Supabase
Join
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
46,176
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Empty query back.
S
Supabase / help-and-questions
4y ago
Supabase SECRET keeps coming back
S
Supabase / help-and-questions
7mo ago
Database api doesn't seem to be returning correct data
S
Supabase / help-and-questions
4y ago
Supabase vs Rest Api
S
Supabase / help-and-questions
10mo ago