Hello 😃
I am currently trying to follow the nextjs ssr auth tutorial. source: "https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-5"
But i get the following error:
Any help would be appreciated.
Thanks :appwriteheart:
I don't believe you need to await on createAdminClient()
Did you copy the code for createAdminClient() exactly from the tutorial?
yes it is exactly what i did. Copy & Paste 🙂
OK MY BAD ! I did not set up .env file correctly.
SOLVED
[SOLVED] 1.5 Nextjs SSR Auth issue
Recommended threads
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...