So I was developing this feature to create new users and I followed the doc: https://appwrite.io/docs/references/cloud/server-nodejs/users thoroughly.
I've enabled all the access and settings needed on the appwrite console but whenever I try to create a user from my NextJS app, it keeps saying: "https://syd.cloud.appwrite.io/v1/users 404 (Not Found)"
What have I done wrongly and any know how to resolve this
TL;DR
Issue with users.create endpoint 404 error while creating users from NextJS app. User followed the Appwrite documentation thoroughly and enabled all necessary access and settings but still encountering the error. Potential solution: Check if the route is correctly set up in the NextJS app and ensure proper authorization and configuration on the Appwrite console.