Supabase Plugin - Integrate Supabase into your Bubble app

Hi @ZeroqodeSupport ,

Here are the asks:

  1. Print out a text element on your page with the following content:
    RepeatingGroup_Collab's [SB] selected_brands:each item:lowercase:formatted as JSON-safe. This will allow us to see what value is being passed into your filter.

"instagram", "samsung" are what’s inside the repeated group. The entire filter syntax being sent (without the bubble dynamics) are:

.eq("user_id", "efd7b4bf-ba18-4e46-b29d-ff1fd55d5d16")
.not("brand_name", "in", ["instagram", "samsung"])
  1. Test with hardcoded values: Try executing the workflow with hardcoded values, for example:
    .not("brand_name", "in", ['Instagram', 'samsung']). This will help us check if the values are being encoded correctly in the URL when passed manually.

Tried this. Same error.

  1. Provide screenshots of the debug_mode output and include the full text of any errors you’re encountering. This will give us more context and help us identify the issue.
  2. If possible , please record a detailed Loom video that includes the steps above and send it to us.

Sending you a video via DM, including the Supabase error log