Hi everyone! I’m experiencing a persistent issue with the Supabase plugin in the WeWeb editor. Everything is configured correctly:
Supabase connection shows “Account connected”
Realtime collections and config are loaded in the plugin panel
All works perfectly in live mode
But in the editor, the connected data ( example like dynamic lists) often shows as an “Empty list”, even though I can see the tables are correctly connected. Refreshing the page or reloading the plugin doesn’t help. This issue has been happening on and off for about 2 weeks. Sometimes it randomly starts working again.
Did you take a look at your RLS in your collection tables in Supabase?
One thing that could be happening is that you are allowing view access to this data only to authenticated users.
And on your Live site you are actually logged in → so you can see your data.
But in your editor you might have been logged off, so you need to log in as a user to see the data
I have been experiencing the same issue for several days in a row. Previously, I was able to resolve it by restarting the plugin configuration, but now even that does not help. Unfortunately, it has recently become unpredictable when this will occur (several times a day), and it is complicating my work.
Has anyone found a solution?
I’m considering removing the entire plugin and adding it again, but wouldn’t that also remove all my workflows with Supabase?