Threads
Exception: Route not found when calling createVarcharColumn()
I have self-hosted v1.8.1 and I am using an Appwrite function with node-appwrite v22. When I call the createVarcharColumn() in my server function I get this exception: "AppwriteException: Route not f...
- Self Hosted
- Databases
1.8.1 - Databases - inline updating a row column does not update $updatedAt
When updating a database field via the inline edit method, the `$updatedAt` column does not get updated. Only if the row is updated by the "Update" interface (the right sidebar), the `$updatedAt` colu...
- Self Hosted
- Databases
[Solved] Cookie expiration date is in 6 months instead of 1 year
When I login to my app with `createEmailPasswordSession` the cookie has only 6 months of expiration but I have 1 year in Auth settings. I have console-logged the session that is returned from `createE...
- Resolved
- Self Hosted
- Auth
- Web
Custom domain behind Nginx Proxy Manager - how generate certificate
Self-hosted Appwrite behing Nginx Proxy Manager. NPM takes care of certificates via DNS challenge. I want to add new Custom Domain but it is failing at the certificate generation step: Failed to issue...
- Self Hosted