Threads
Found 5000+ results.
AppwriteException: Invalid `permissions` param: Permissions must be an array of strings.
I'm encountering an issue with the node-appwrite SDK while attempting to create a storage bucket with custom permissions. Despite following the official documentation, the permissions parameter is fla...
- Functions
- Cloud
Appwrite Function's URL cannot be reached
Hello, guys. I am running Appwrite on my domain appwrite.example.com. It is listening to 2780 and 27443 for HTTP & HTTPS respectively. On the same server, I have Nginx Proxy Manager running on 80/443...
- Self Hosted
- Functions
[OpenID Connect] Logto IdP with Appwrite Self-hosted instance
I use Convex and Appwrite for my projects, and to solve the authorization problem, I decided to connect Logto as a single authorization center for all projects and subprojects. But it is when configur...
- Self Hosted
- Auth
- Web
Cant make an avatar with node-appwrite
Hi! I cant make an avatar with node-appwrite, because i always get an error that its in an invalid format when im trying to upload it to the database const avatarURL = avatar.getInitials(name); The ...
- Databases
- Cloud
Is there a difference in performance between getDocument() and listDocuments()?
Hello everyone! 😊 My goal is to get a single document, which I can do by either using `getDocument()` or `listDocuments()` and using a query. The result will be the same. I was wondering, is there ...
- Databases
Transfer appwrite project from one account(email id) to another account
i, have a complete project setup on one of my email id linked to my appwrite account, this project currently up and running and is being used for my android app. i want to transfer this complete pro...
- Android
I created paswordless auth (Email OTP). I am able to verify and login via OTP. Not able to logout or
export async function getUser() { try { const { account } = await createSessionClient(); return await account.get(); } catch (error: any) { console.log(error); ...
- Auth
- Web
- Cloud
is it possible to migrate an appwrite project from one account to another?
this will make it easier to manage for me so i was just curious if it was possible
- Cloud
Error creating a variable for a function
I'm trying to create a var but i get the error 'Variable with the same ID already exists in this project.' But this function id has no vars defined and the project has 3 vars but with different ids. w...
- Self Hosted
- Functions
createAnonymousSession fails with error 401
Run into something new, while creating a anon user session, I check that current user is null and current session is null and then when I make a anon login request it fails with a 401 and in docker lo...
- Self Hosted
- Auth
- Flutter
my database attribute stuck in processing
Hello, i've created some collections and attributes but in half way i got stuck my attribute is processing my project id: 67627d5300337c4ea29e thank you
- Databases
- Web
- Cloud
Error: type 'List<dynamic>' is not a subtype of type 'List<String>'
Getting Error: type 'List<dynamic>' is not a subtype of type 'List<String>' void storeAppDeviceData() async { try { await appwriteDatabases.createDocument( databaseId: DATABASE_ID,...
- Databases
- Flutter
- Cloud
Error: Attribute creation timed out.
Error: Attribute creation timed out. at createAttributes (D:\ecommerce-admin-panel\node_modules\.pnpm\appwrite-cli@6.1.0\node_modules\appwrite-cli\lib\commands\push.js:889:15) at async pushCol...
- Cloud
Current user is not authorized to perform this action
When user signup it works... but after login after directly when user login it ... says currentuser is not authorized to perform the action but when after signup user refreshes the app or restart the...
- Databases
- Flutter
- General
- Auth
Nuxt 3 import Models Error
I tried building a similar process myself in the Nuxt section of the reference documentation. But here my IDEA frequently warns me as shown in the picture below.
- Self Hosted
- Web
bodyJson does not exist
What did I do wrong here, I just try to access some variable from JSON I send via Post request It says it doesn't exist from appwrite.client import Client from appwrite.services.users import Users f...
- Functions
- Cloud
Invalid runtime dart-3.5
Im unable to create or updates functions to the dart-3.5 runtime and cant find out why appwrite version is 1.6.1-RC1 the env contains `_APP_FUNCTIONS_RUNTIMES=node-20.0,python-3.12,dart-3.3,dart-3.5`...
- Self Hosted
- Functions
Attribute stuck on "processing" and I can't delete it
So I was creating the attributes on a collection and now one of them seems stuck on 'processing' and I can't update the values of the other ones due to that one not 'existing'. Is there a way to take...
- Databases
- General
(role: applications) missing scope (account) Please Help
I'm using an api key with all the permissions to create a client. This client is then being used to get the 'current' session: const client = new Client() .setEndpoint(process.env.NEXT_PUBLIC_APP...
- Web
Can't admin user, project and api key programmatically while configuring a test env for E2E test
Hi there, I’ve been trying to setup a test environment for my project to support tests at all levels of the test pyramid including unit, integration and end to end tests. After doing some research I...
- Self Hosted
- General
- Web
- REST API
Send notifications in web with fcm
Hey I love appwrite and I would like to know if I can send notifications from my or cloud function to appwrite front end ? Without the needed of pwa Thanks !
- Messaging
- Cloud
[IMPORTANT] The current user is not authorized -> i have the permissions on Any
Well i have a submission collection, i set all the neccessary permissions see img. But when i try to create it it gives me the error shown in the second picture... why does that happen? And yes i have...
- Web
- Cloud
I cannot make OAuth 2 work
So I create a session using this code: export const loginOauth = () => { account.createOAuth2Session(OAuthProvider.Google, 'http://localhost:5173/redirect', 'http://localhost:5173/error') } and then...
- Auth
- Web
401 Collection not Found
Appwrite Storage Throwing Errors... I created three buckets it is throwing same error
- Flutter
- Storage
- Cloud
[401] Access to this resource is blocked
Yesterday I tried a troublesome migration, that sort of crashed my back-end due to the complex migrations. When I woke up this morning Appwrite is giving me a 401 on both my app as in the cloud consol...
- Cloud