Supabase Auth UI in Fresh
I'm building a simple web. I'd like to use Supabase's Auth UI, namely the
Auth
component, for handling the login and signup forms. I'd like to get the following working:
However, I get the following error:
How can I get this page working? I suspect a tweak is needed to bridge some compatibility gap.7 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
HAHAHA I think you’re right 🤣
I've fixed the alias so now the imports are:
However, now the component is returning nothing...
Is your project public? I am also trying to get authentication to work with Fresh and Supabase but I am not making good progress. :/
GitHub
GitHub - denoland/saaskit: A modern SaaS template built on Fresh.
A modern SaaS template built on Fresh. Contribute to denoland/saaskit development by creating an account on GitHub.
Works now
Thank you very much!
I should clarify: SaaSKit provides a solution that doesn't use Supabase Auth UI. Deno support for the Supabase Auth UI is being tracked here: https://github.com/supabase/auth-ui/issues/110
GitHub
Support for Deno · Issue #110 · supabase/auth-ui
Bug report Describe the bug Auth component returns nothing in Deno. I'm unsure whether this is an issue with Deno, this package, or ESM. To Reproduce Steps to reproduce the behavior, please...