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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...