I am trying to implement autumn in with
I am trying to implement autumn in with supabase authPlugin
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
<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

