© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
3 replies
usamichizuru

Error code 42725

{
code: '42725',
details: null,
hint: 'Could not choose a best candidate operator. You might need to add explicit type casts.',
message: 'operator is not unique: text <@ unknown'
}
This is what supabase returned when I called containedBy method. I have no idea what is it mean so can anybody can help me? Thanks in advance.

this is my code line:
const { data, error, count } = await supabaseClient
    .from("profile")
    .select("id,email,username,role,telephone,name,start_shift,end_shift", {
      count: "exact",
    })
    .containedBy("role", ["admin", "employee"])
    .range(rangeArray[0], rangeArray[1]);
const { data, error, count } = await supabaseClient
    .from("profile")
    .select("id,email,username,role,telephone,name,start_shift,end_shift", {
      count: "exact",
    })
    .containedBy("role", ["admin", "employee"])
    .range(rangeArray[0], rangeArray[1]);
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

App.getwishh error code
SupabaseSSupabase / help-and-questions
3d ago
ts error in code
SupabaseSSupabase / help-and-questions
2mo ago
Twillio Error Code 11200
SupabaseSSupabase / help-and-questions
4mo ago
Http error code 546
SupabaseSSupabase / help-and-questions
3y ago