Open felix-appsmith opened 1 year ago
it's over a year now, is there any update? this is preventing me from using appsmith altogether.
@d-mok this is not a priority for us right now. You can use supabase as a database and connect to it using the postgres integration but not as an auth provider.
Is there an existing issue for this?
Description
I would like to use Supabase JS client with the custom JS library feature. However, I can't use the Google Auth function provided by supabase.js directly by calling
supabaseClient.auth.signInWithOAuth()
, it appears that calling URL is blocked when executing JS code. Calling the signin function should normally redirect the user to a Google official login screen, but in Appsmith gives an error:Steps To Reproduce
@supabase/supabase-js
library.myFun1
if you copied the code above) and look at theTypeError: Cannot set property href of [object WorkerLocation] which has only a getter
error. Note: To obtain the supabase credentials from your project, you can follow this guide.Public Sample App
https://app.appsmith.com/app/cnv-118jjarw/page1-6490daf06298f54ae199fefd
Environment
Production
Issue video log
No response
Version
Cloud v1.9.24 / Self - Hosted v1.9.22