© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago
legenden

Could not find storage.search

When trying to hit the storage api
storage/v1/object/list/{bucketId}
storage/v1/object/list/{bucketId}


With the following body:
{"limit":100,"offset":0,"sortBy":{"column":"name","order":"asc"},"prefix":"testpath"}
{"limit":100,"offset":0,"sortBy":{"column":"name","order":"asc"},"prefix":"testpath"}

I get the following error:
{
    "statusCode": "PGRST202",
    "error": "",
    "message": "Could not find the storage.search(bucketname, levels, limits, offsets, prefix, sortcolumn, sortorder) function or the storage.search function with a single unnamed json or jsonb parameter in the schema cache"
}
{
    "statusCode": "PGRST202",
    "error": "",
    "message": "Could not find the storage.search(bucketname, levels, limits, offsets, prefix, sortcolumn, sortorder) function or the storage.search function with a single unnamed json or jsonb parameter in the schema cache"
}


I run the docker-compose setup that is used in the storage-js repository
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Error on storage Search
SupabaseSSupabase / help-and-questions
5mo ago
Could not find a declaration file for module
SupabaseSSupabase / help-and-questions
4y ago
Using graphql extension - Could not find the public.graphql()
SupabaseSSupabase / help-and-questions
4y ago
Could not find a relationship in the schema cache
SupabaseSSupabase / help-and-questions
13mo ago