AutumnA
Autumn8mo ago
7 replies
Shaharyar

I am trying to implement autumn in with

I am trying to implement autumn in with supabase authPlugin

<html lang="en" suppressHydrationWarning> <head> <link rel="icon" href="/favicon-light.png" type="image/png" /> <link rel="icon" href="/favicon-dark.png" type="image/png" media="(prefers-color-scheme: dark)" /> </head> <body className={inter.className} suppressHydrationWarning> <AutumnProvider authPlugin={{ provider: "supabase", }} > <ClientProviders> {children}</ClientProviders> </AutumnProvider> </body> </html>

This is my code piece but I am not able to intialize the customer

I am getting the error as attached in the image if anyone can help me out
Screenshot_2025-05-17_at_6.24.15_AM.png
Was this page helpful?