Filter property is suppressed

Hi, I regularly have issues with filters on my collection since the new update I believe : sometimes the property on which the collection is filtered, is just disappearing, with an error message “Not in the list” or “No options available”.

Do you encounter this also or am I making a mistake here ? See below hat I’m talking about (I’m getting this without any changes, and it was working before).

Thanks in advance :slight_smile:

Hey @Corner :waving_hand:

My guess is that you have some RLS in Supabase preventing everyone from seeing the data in the user_profiles table. If that’s the case, for the data to be returned to WeWeb, you need to be logged into your app as a user who has permission to view the data from that table.

Does that make sense or do you think something else is happening here?