Go to hackathon
Secure login with multi-factor auth.
Scalable and robust databases.
Advanced compression and encryption.
Deploy & scale serverless functions.
Set up a full-functioning messaging service.
Subscribe and react to any event.
The open-source Vercel alternative.
Appwrite helped reduce development time by 60%, and lower server costs by 40%.
Hello! I have the following register function in React:
async function register(email, password, name) { await account.create(ID.unique(), email, password, name); await account.createVerification('http://localhost:3000/verify'); navigate('/login'); }
The user is registered, but the verify email is somehow not send. I get the error: POST https://SECRET.de/v1/account/verification 401 (Unauthorized)
Reply to this thread by joining our Discord
I'm using the node-appwrite@18.0.0 SDK. ``` await messaging.createEmail({ messageId: ID.unique(), subject: "Subject", content: `htmlCont...
We dont get imageUrl of users when do account.get(), i need to manually fetch,and set it. but this should be default behaviour.
I don't have much information but I am unable to create anything on database, Auth users are creating but not able to fetch into database
Get community support by joining our Discord server.
Join Appwrite Pro and get email support from our team.