I have two versions for my app One is nextjs website and other is electron app I want only few users from my appwrite to be able to login to next js and few to electron app Basically I want to separate the users of both but still in the same app because the users of electron app are kind of employess of the users registered on next js website. & also I want to be able to create new user (employee) from next js which should not log out the current user of next js and should create new user (employee).
You can use user preferences to check if a user is a user or an employee.
Recommended threads
- Fail to access the hosted site
Hi there I am facing an issue with the sites. My site is properly hosted on Appwrite but the issue is that when accessing the site from this URL https://instant...
- Error 503 Response object too large
I have a video embedded in an iframe. I've tried hosting the file with my site source, using appwrite storage and even via youtube. It works fine locally, works...
- endpoint variable
Appwrite Sites passes e.g. APPWRITE_SITE_API_ENDPOINT to the site, but i need this variable in Next.js in my Client-Side-Page. How can i pass it? Next.js only p...