Igor Mytyuk
Igor Mytyuk
I have the same issue, any solution for it?
@dfang having the same issue:  I've just updated the docker-compose with studio version v0.23.09 but still having those console log errors.
I'm having still those errors in console.log() but at functional level all seems to work correctly: 
@ivasilov it would be cool to be able to remove the subscriptions module for self-hosted so to prevent all those errors.
I'm trying to use Base64QRCode in .NET 8 and having the same issue, how could that be resolved?
The only workaround I've found for now with the latest supabase-js version is: `"overrides": { "@supabase/supabase-js": { "@supabase/auth-js": "2.61.0" } }`
I've resolve the issue by returning a .maybeSingle() without .limit(1)
What about adding a note that will remember about setting the custom context type on both `Bot` and `Commands` when they are used together? For instance, if `MyContext` is set...
Any update on it? I have "@supabase/supabase-js": "^2.43.4" and auth-js is 2.64.2 and still having that issue: 
Hi @encima, the issue happens exactly when I have some existing data that has been created or imported with a different naming convention on FKs. Btw I've "resolve" it be...