You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning Implicitly using latest version (v2.24.0) for https://deno.land/x/supabase/mod.ts
error: Module not found "https://deno.land/x/supabase/mod.ts".
at https://deno.land/x/[email protected]/supabase/src/deps.deno.ts:1:32
I suspect the supabase module import beeing deprecated, since it originates from an empty repo. I guess using https://esm.sh/@supabase/supabase-js@2 could do the trick.
The text was updated successfully, but these errors were encountered:
codenius
changed the title
Supabase adapter not working (dependency import brocken/deprecated)
Supabase adapter not working in deno (dependency import brocken/deprecated)
Aug 9, 2023
Using this import, like pointed out in the docs (https://grammy.dev/plugins/session#external-storage-solutions)
throws this error, when trying to execute.
I suspect the supabase module import beeing deprecated, since it originates from an empty repo. I guess using https://esm.sh/@supabase/supabase-js@2 could do the trick.
The text was updated successfully, but these errors were encountered: