Threads
Found 5000+ results.
search using appwrite
hi guys, i am building a web app and i got a collection that has like 500 documents, those documents are listed on a page and i got a search input, my question is: Is using appwrites Query a good opti...
- Databases
- Web
Apple OAuth in SwiftUI
Any ideas why this error might be showing up when trying it sign in via apple in SwifUI? _Concurrency/CheckedContinuation.swift:196: Fatal error: SWIFT TASK CONTINUATION MISUSE: createOAuth2Session(p...
- Self Hosted
- Auth
- Apple
Google Sign In Long Delay From Yesterday
I am using google sign auth provider. everything was working as expected without any issue. But from yesterday, it takes too much time to login and some time following error appear; fra.cloud.appwrit...
- Cloud
Swift: Create Document: first attempt
Hello. We are trying out Appwrite. We've gone through the getting started and setup guide and are attempting to create a document, copy/paste from the Getting started website here https://appwrite.io...
- Apple
exclude password field from getDocument
i got a getDocument that lists data from the user (username, password, id.....) so my question is how do i exclude the password so it doesnt get listed out? my code: const result = await database.ge...
- Databases
- Web
Date objects behaving weird
I've programmed an app that uses Date objects. Everything works perfectly in my local environment, but on my hosted version with Vercel, the times of the objects are suddenly completely different, som...
- Databases
- Web
- Cloud
Unkown Attribute Error
I have a python server function setting up a database that follows the following flow: 1. create collection, 2. create attributes, 3. create document. I am getting a "Unkown attribute \\"APP_USER_ID\...
- Databases
Login with google error, Error 400: redirect_uri_mismatch
Hi, when i login with Oauth2 , using createOAuth2Session( 'google', 'http://localhost:5173/', 'http://localhost:5173/' ); It gives me the error: You can't sign in to thi...
- Auth
- Web
- Cloud
Google login error: {"message":"Invalid `success` param: URL host must be one of: localhost, appwrit
hi, im trying to use google login with account.createOAuth2Session( 'google', 'profevardilla.pages.dev', 'profevardilla.pages.dev' );, before i haved localhost ins...
- Auth
- Web
- Cloud
Create owner team member with Server function
I understand that when creating a team with a function, the user that made the request will not be the owner so I think I have to add the user that did the request as a member. However, I’m getting an...
- Functions
- Auth
- Cloud
Schedule a function job with timezone
I am aware that cron schedule will work on UTC timezone. I would like to run my function at a particular time everyday in new york time. If I use UTC, it will miss the day light saving scenario. How ...
- Functions
Appwrite processing global envs and changing them.
So I define a global env - GCP_CREDENTIALS in global env of my appwrite projcet and refer to it in my functions as gcp_creds: JSON.PARSE(GCP_CREDENTIALS) to use it. This is what I define it as - { "t...
- Functions
- Cloud
Check User on Server SDK
I have my backend which exposes some endpoints let's say /feed (return a hard coded json as response) I want this to be only accessible to users who are currently logged in to my React Native fronte...
- General
- Auth
- React Native
- Cloud
Need help with email updation after successful registration
Building an app where users can update their email! To ensure security, I'm looking into the best way to verify the new email address. Any insights or best practices you guys can share? Account: co...
- Auth
- Cloud
Unexpected File Persistence Across Appwrite Function Executions
I'm encountering an issue where files created during an Appwrite Function execution persist across subsequent executions. Specifically, when a function writes a file to the filesystem, that file remai...
- Self Hosted
Upload file
i got this error when try upload file (.Net). I use this line to check my buucket and its all right var buckets = await appWriterInit.Storage.ListBuckets();
- Android
- Apple
- Storage
Import "appwrite.exceptions" could not be resolved
Import "appwrite.exceptions" could not be resolved I tried using many versions of appwrite but this error still occuring. Please help me to fix it.
- Functions
Auth Error
"use client"; import { useEffect } from "react"; import { getSessionCookie } from "@/actions/auth"; import { createBrowserSessionClient } from "@/lib/appwrite-browser"; export default function Order...
- Auth
- Web
- Cloud
Cannot connect to SMTP in AppWrite - settings are correct and SendGrid domain/sender is verified
This used to work and then at some point it stopped. One thing that happened in that time was moving my application to Vercel. I have read on another thread that someone else had a similar issue whi...
- Self Hosted
Prevent modifying specific attributes
How do I prevent user to only to be able to modify some of the attributes. Document level security gives full access to update whole document, what are the workaround, i saw some question suggesting ...
- Web
- Cloud
[Self Hosted]
fresh instance of Appwrite - cant deploy function from local to instance ✗ Error • func2 (68134cd9002358f96e4a) • Invalid `specification` param: Specification must be one of: Us...
- Self Hosted
- Functions
Login/Logout Issue and Page Display Despite System Downtime at app.animtube.xyz
Subject: Login/Logout Issue and Page Display Despite System Downtime at app.animtube.xyz Hello Appwrite Support Team, After the domain change I made recently (we started using app.animtube.xyz instea...
- Self Hosted
Using Appwrite along with Twilio - Deployment and execution complete but not getting an Auth Code
Stuck on Querying user document...
- Self Hosted
- React Native
Bypass Error When Creating Account With Existing OAuth Email
Suppose user first uses email/pass for log in using xyz@gmail.com, few month later on decides to use google oauth2 with same xyz@gmail.com (or in reverse order) but appwrite will prevent this sayin...
- Auth
- Web
- Cloud
Error while usining domain
While usining domain and im im messaging tab i see: 500 Internal Error But when i use IP:PORT i see this: (Photo) Where is problem The console looks like this: WebSocket connection to 'wss://app...
- Self Hosted
