Threads
Found 5000+ results.
Invalid `region` param: Value must be one of (default)
Hi! I'm trying to migrate a small project from the cloud to a self hosted instance to play around but without any success! I cannot initiate a migration without creating a project before. The "Impor...
- Self Hosted
- Cloud
Locked out of account
Hey guys, I have a paid account and have been locked out. Apologies for using this method, but I'm getting no response via the contact us page. I had a old domain expire that my account was linked t...
- Web
Migration from cloud to self-hosted fails to create buckets
Hi! I'm trying to migrate a small project from the cloud to a self hosted instance to play around but without any success! The migration process fails with the following error "Storage bucket with the...
- Self Hosted
- Storage
- Cloud
Feedback and Deployment Challenges with FastAPI on Appwrite
Hello world!, I've been developing a project using FastAPI in Python, and I was considering deploying it through Appwrite Functions. However, I encountered a few challenges during deployment: - The S...
- Functions
- Cloud
Transaction Error
AppwriteException: Transaction with the requested ID could not be found. at Generator.next (<anonymous>) { code: 404, type: 'transaction_not_found', response: '{"message":"Transaction with t...
- Self Hosted
- Databases
- Web
Can not get the logged in user data in NextJS app
I'm trying to get the user data after i log in with otp but it get this error : AppwriteException: User (role: guests) missing scopes (["account"]) at Generator.next (<anonymous>) { code: 401,...
- Web
Operators and relationships
Do operators allow modification of array of relationships?
- Cloud
Sites Runtimes 1.8.0 Self-Hosting. Flutter - Dart
I have a problem with the Flutter version for SITES RUNTIMES. I use self-hosting and updated to version 1.8.0, which according to the changelog says they updated the Flutter version from 3.29.0 to 3....
- Self Hosted
getFilePreview , getFileView , getFileDownload not working
I am on Appwrite self hosted 1.8.0 I use the web sdk 21.3.0 I created a bucket and it has this permission (users:create) then i enabled the file security then i uploaded a file via the sdk and i pass...
- Self Hosted
- Storage
Custom Domain Verification Failed
Hi! I woke up to my app not working because of this custom domain verification failed error. I have not moved any DNS configuration since I set it up 3 years ago. When I use DNS Checker to check the d...
- Self Hosted
- Flutter
Bulk feature status
Hi there, I am using version 1.7.4 self hosted and wanted to use the bulk operations in a dart function. I saw that in the dart_appwrite sdk version 16.1.0 it says that bulk operations are experiment...
- Self Hosted
- Functions
CORS preflight returns 500 on Dart function (context.res.text() / .empty() not found)
Hey everyone 👋 I’m running a Dart cloud function, Every time I respond to a preflight (OPTIONS) request, I get a 500 internal error, and the logs show: NoSuchMethodError: Class 'RuntimeResponse' has ...
- Functions
- Cloud
Auto Updating Backend & Auth via Appwrite + Lovable?
<@870607367597850624> Hey everyone 👋 I wanted to ask to ask for a friend, he’s asking if Appwrite be used in a similar way to Supabase when integrated with AI assisted coding tools like Lovable or Bo...
- General
- Auth
- Databases
- Sites
- Realtime
execution failed
When executing an appwrite function, I'm getting a 500 error, but I don't see it in executions. This issue appeared today. Here's the appwrite function ID: 68b414b500275c9bf74f
- Functions
- Web
- Cloud
User Labels use Operator.arrayInsert(‘label’)
Can I use the new db operators on user labels or roles?
- Self Hosted
- Auth
- General
Is Database Operators available in Cloud function? Using node.js SDK?
Is it possible to do the above?
- Self Hosted
- Databases
- General
- Cloud
Migration from 1.7.4 to 1.8.0 deadlocked database due to OOM error
After having updated to 1.8.0 yesterday I tested the setup with no issues. Today I got message that our application is unreachable. Investigation showed that the database and the swoole worker pool go...
- Self Hosted
How to use appwrite types
I am using appwrite types --language ts ./types to generate the types yielding something like: import type { Models } from 'node-appwrite'; // This file is auto-generated by the Appwrite CLI. // Yo...
- Databases
- Web
- Cloud
Migrating functions from between regions runs into rate limits
Hi Appwrite team, I am running into rate limits where only part of my 77 functions are being successfully migrated (only 50 went through) via the Migration tab on the console. Alternatives I have tr...
- Cloud
Internal server Error when trying to execute update_transaction() on Cloud.
When executing the function locally it works fine, but when the function is deployed I get this error: requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://sfo.cloud...
- Functions
- Cloud
Dynamic Roles
I tried to store a row with this permissions: permissions.push( Permission.read(Role.users("verified")), Permission.write(Role.label(`c-${calendarSlug}.admin`)), Permission.updat...
- Web
- Cloud
appwrite auth problem regarding the session and cookies
Hi, I have problem with auth. When I try to login/signup using OTP, at the end session.secret is empty, i have searched online and in the docs but i cannot find a solution can somone with more experie...
- Auth
- Web
dart appwrite 16.2.0 throws errors
Hi there, I just updated to 1.7.4 and also wanted to update the dart appwrite sdk to fit the appwrite version I am using now. So I updated to 16.2.0 and get the following error. type 'Null' is not a ...
- Self Hosted
Server error on multiple requests
Hi there, I've updated from 1.5.7 to 1.7.4. I am using meilisearch for indexing and have therefore a dart script which syncs the appwrite data to meilisearch initially. Now I am getting Appwrite serve...
- Self Hosted
log out failure
I am trying to set up the user sign up/log in/log out and while I have got the sign up/log in to work, log out keeps failing. i am keeping it simple with only requiring email/password (personal skills...
- Auth
- Web