Hi everyone,
Since the WeWeb update last week, several of my Supabase collections have stopped working with a PGRST205 error. I’m using the old Supabase + Supabase Auth plugins (not the new Data & API integration).
The problem:
The Supabase plugin in WeWeb only lists 5 tables in the realtime collections section: centros, categorias_usuarios, roles_profesionales, herramientas, herramientas_centros. But my Supabase project has many more tables — banners, perfiles, roles, users_roles, delegaciones_asisa, etc.
Any collection pointing to a table not in that list of 5 returns this error when fetching: PGRST205: Could not find the table 'public.X' in the schema cache
Interestingly, some of the missing ones are actually views (not tables), like herramientas_usuario and provincias_centros — marked as UNRESTRICTED in Supabase. Not sure if that’s related.
What I have already tried:
-
Running
NOTIFY pgrst, 'reload schema';in Supabase SQL Editor → Success, no change -
Clicking refresh in the Supabase plugin realtime collections section → only the same 5 tables appear
-
Clicking refresh in the Supabase Auth plugin roles table dropdowns → same issue, values not found
Important: Supabase Data & API integration is NOT connected — no duplicate connection conflict.
All affected tables have RLS enabled with policies for authenticated role. The tables that do work are also RLS-enabled, so I don’t think that’s the differentiator.
Has anyone else seen this after the update? Is there a known fix?
Thanks


