Could not find storage.search

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

With the following body:
{"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"
}


I run the docker-compose setup that is used in the storage-js repository
Was this page helpful?