Threads
Fulltext index creation fails due to InnoDB row size limit
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index creation fails with this error in `appwrite...
- Databases
- Web
- Self Hosted
unable to create project with custom id
when creating a project, and click on project ID button, nothing happens. is this a bug?
- Web
- Cloud
Passkeys with Appwrite
I am using appwrite auth and would like to implement passkeys, did anyone have done before, have a guide or documentation or POC? if yes, please share because I dont' want to reinvent the wheel...
- React Native
- Web
- Cloud
MFA Recovery Codes issue
after creating recovery codes using `account.createMFARecoveryCodes()` do we need to Verify MFA factors type recovery code? I followed this guide: https://appwrite.io/docs/products/auth/mfa I tried...
- Web
- Cloud
Add setForwardedIP() method to Client SDK for SSR scenarios
Hi team, I request this feature https://github.com/appwrite/appwrite/issues/10788 const client = new Client() .setEndpoint(endpoint) .setProject(projectId) .setKey(apiKey) .setForwardedUserAg...
- Web
- Cloud
database documents relationships
after migrating from 1.7.4 to 1.8, database get document and list documents is getting results but with no relationship values, the relationship attribute will get the $id of the other document as a ...
- Self Hosted
- Web
Site Git deployment bug
I am facing issue when trying to create a site and deploy it into git, see attached video: { "message": "When connecting to VCS (Version Control System), you need to provide \"installationId\" an...
- Self Hosted
- Web