Hello,
while using Supabase collection, I’m getting data that no longer exists.
See screenshots, I’m fetching users_data, from which I’ve deleted all the data. Despite that the collection is giving me two results with the old data. I tried the same with GraphiQL and it gives me an empty result, as it should.
Edit: Seems like the whole Supabase (Database connector) Plugin is dead, I’m hoping it is just for my dumbass But it seems like even the Inserts I do don’t work anymore. Edit2: This is probably due the records already being defined in the DB as “existing” - even tho I deleted them.
I just wrecked all my formulas trying to debug this lmao I’ll redo them tomorrow, no biggie. I’m glad It’s not a problem on my side. Lets hang tight. It seems like some caching is going on, even though it is set on Dynamic by default.