Is there a bigger issue with weweb and supabase connections at the moment?

Over the past couple of days I have been having issues whereby my tables, functions etc… are not showing in weweb backend yet the connection to supabase is showing as intact. I have but a ticket in but it is leaving me really stuck as I can’t even set up my sign up workflow because weweb cant find the function!

Lot’s of issues recently which is very frustrating this far in to development.

You better get used to it, it’s WeWeb baby. We’re all in AI!

Yes, I have come to realise that I am going to be unable to move forward with it when my database isn’t even connecting anymore. Looking at other options for my use case that I can use my supabase with. So frustrating with the time and money spent!

I think you can still use the normal interface, just don’t use rhe new Backend tab and connect directly to your Supabase instance, there is a switch for that.

Hi @KBUTLER

Apologies for that. Could you please send your editor link in the chat support so our team can check?

I have sent a message. Just feels like it’s one thing after another!

1 Like

I’ve had a handful of issues with Supabase finding a newly created function, and I have seen an issue with newly created views or when I drop a view and recreate it.

If I recall, when a new function can’t be found, the log will show that it is looking for a different signature in Supabase where the arguments are jumbled. I double check my arguments but I restart the browser/WeWeb session and things are back to normal.

For a new view, I’m not sure if it is coincidence, but sometimes when I create another view in the same folder, the table caches are updated and both view will appear.

I’ve also tried logging out and restarting the browser, but this hasn’t worked with the new view/table. I’m also using RLS so I double-check that I impersonate the logged in user in the Supabase console.

Both issues are infrequent for me but I can understand how frustrating it is when you trying move on.