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%.
Hi team, I request this feature https://github.com/appwrite/appwrite/issues/10788
const client = new Client() .setEndpoint(endpoint) .setProject(projectId) .setKey(apiKey) .setForwardedUserAgent(userAgent) // ✅ exists .setForwardedIP(clientIP); // ❌ missing
Reply to this thread by joining our Discord
I'm having trouble with cookie domain configuration for cross-subdomain authentication. The session cookies are being scoped to the Appwrite endpoint domain ins...
I'm using Appwrite Cloud with TablesDB. Calling updateRow with DB operators work as expected: ```ts await databases.updateRow({ databaseId: 'db-id', tableId...
I am trying to use transaction to create rows in multiple tables and update another table relationship column. but when I commit the transaction, I get `The tra...
Get community support by joining our Discord server.
Join Appwrite Pro and get email support from our team.