AutumnA
Autumnβ€’2w agoβ€’
8 replies
fynn

useCustomer must be used within <AutumnProvider />

Hey guys, currently we're getting the above error, even if we used <AutumnProvider like this:
                    <AutumnProvider
                        betterAuthUrl={process.env.NEXT_PUBLIC_BACKEND_URL}
                        includeCredentials={true}
                    >


What could we do against this?
Was this page helpful?