Hi, I created an appointment booking app using nextjs. For that I used node-appwrite as the sdk for backend, databases, sms notifications and registering users. The problem comes when I want to login them, I can't find the appropriate function to create user session. Also, can we use both appwrite-web sdk and node-appwrite simultaneously in the same app because i found the web-auth to be more straight-forward but i cannot migrate to it because i want to use sms functionality using node-appwrite and twilio
Also I ran into this error when i tried to use web sdk
PLEASE HELP T_T
Recommended threads
- How to Ensure a User Can Only Access, Ad...
Hi everyone, I'm building an app using Appwrite, and I'm working on a feature where users can store their favorite items in a "Favorites" collection. Each favo...
- How to cron function with specified end ...
I have function built with hono. support like / , /data, /data/2222. I want to schedule triggger for specific event like /data. orrr event better /data/2222 . i...
- ERR_TOO_MANY_REDIRECTS
I am almost pulling my hair out due to the aforementioned issue. I deployed Appwrite using Coolify one click setup. Everything was working fine until I needed ...