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
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Realtime not processing messages
When subscribing to realtime events of database, the client's websocket receives the messages in the websocket feed, but doesn't call the specific message handl...