Threads
Found 5000+ results.
Failed to build function: Incorrect proxy key.
I have a function which I updated. Previously built and deployed just fine. I made some small edits and pushed to github, and now it's failing on the build with "Incorrect proxy key." What does that...
- Functions
- Cloud
Appwrite Function typescript types
Hello, I don't suppose anyone has any resources for some types for writing typescript functions? I know there are some available in the SDK, but stuff like the context object passed into the function...
- React Native
- Functions
Ways to reduce the size that appwrite takes
Hi, Forgive me for the strange question because I'm not an expert. I have an appwrite selfhosted instance with 200 milion+ docs, the disk usage is 120+ gb Is there a way to reduce the size of the d...
- Self Hosted
- Databases
- Android
Validate User Server Side
I want to check if the user has a valid session before fetching data ```import { NextResponse } from 'next/server'; import { Client, Users } from 'node-appwrite'; export async function GET() { c...
- Self Hosted
- Web
How to protect file url
I generate the url to file in NextJS server action. In client component, i use that url as src image. It works fine when I give Any permission! I want to protect only authorized users are able to acce...
- Self Hosted
- Web
- Storage
- Cloud
401 user_unauthorized: The current user is not authorized to perform the requested action.
I am using NextJs with the node-apprite cli. When a user creates an account I need a document to be added to my Users collection. When the code to create the new user's document is called, i get the e...
- Databases
https://discord.com/channels/564160730845151244/870536298220367902/1280582197576863799
i want to add email authentication to this from appwrite can anyone help me with that
- React Native
- Web
- Auth
- Cloud
Functions in Appwrite Cloud
Hi all! Currently I'm having issues with functions on the Appwrite Cloud environment.. and I'm not sure how to proceed. The first issue is the easiest to explain: Currently I cant create a new func...
- Functions
- Cloud
Use CupertinoClient instead of IOClient in Flutter SDK
Hello all, At the moment, Appwrite SDK for Flutter uses default IOClient (from [http package](https://pub.dev/packages/http) ). Is there any way to override this so we can use CupertinoClient (see [c...
- Flutter
Python REST API no secret key returned in response
Why is the secret key returned as an empty string in the dictionary response sent by appwrite, but available through the cookie (see screenshot) in the request.Session() object when creating an email ...
- Auth
- REST API
Can't receive SMS OTP from cloud server
I am currently running many projects (3 project) on the appwrite that record applications that do not receive SMS OTP messages. Please help me check why OTP is not sent to the sim in Vietnam. Test Ca...
- Auth
- Cloud
Users List
{"code":"ERR_INVALID_URL","input":"undefined/users"} above mentioned error while trying to list out the users , using Users api in the backend
- Auth
- Web
- REST API
Need Help in Login page
I am trying to implement login system in my web app but its showing error const handleLogin = async (e) => { e.preventDefault(); try { // Create a session using email a...
- Web
Email verification link that opens RN Expo app instead of webpage?
I'm developing a React Native Expo app and I'm trying to verify new user emails and am able to get the link sent but it opens a webpage instead of directing the user back to the app where the rest of ...
- React Native
- Cloud
- Auth
uninstall appwrite cli on Linux when installed through install.sh script
Accidentally installed 6.0.0 CLI and unable to downgrade 5.0.5 or uninstall it since my self hosted instance is still running 1.5.7. I would appreciate any guidance to correct the installation
- Tools
- General
- Self Hosted
React native error, please help me.
- Databases
- React Native
- Auth
Custom Team/Roles/Permission Setup
I am building a designed admin panel with Nextjs and hoping to use Appwrite. - A Team acts as a parent to roles with permissions assigned to it - A Role is limited to the permissions of its parent Te...
- Self Hosted
- Web
Are .net functions on self hosted ready to use?
Hi all. I recently installed a self hosted Appwrite for the first time. Looks really, really great - kudos to you! I'd like to start using functions, and I'd prefere using .net. Is .net functions o...
- Self Hosted
- Functions
Searching multiple attributes at once
I have a react web app where the users get to make posts. I am able to obtain all the posts with `listDocuments`. The things is, they don't have similar attributes. Some of them have the `happy` attri...
- Databases
- Web
Permissions Error updating documents
Currently running into this error when trying to update any documents: AppwriteException: Invalid permissions param: Every permission must be of type string. Here is an example of some code that is ...
- Databases
- React Native
Where to use Appwrite
Hi!, I am building an app with appwrite which has user registration and users will have to be authenticated to use it, my question is that if it would be safe to use appwrite directly on the client or...
- Web
Self hosting ssl error
Hello , I have install appwrite on a VPS and ssl is working without issue just to load but login register is only working when it is http , it is https the it says "Failed to Fetch"
- Self Hosted
Bad Oauth2 login flow
using appwrite cloud, when login in my app (refine dev + appwrite + oauth2) the appwrite redirects me to some "chrome extension" and uses a weird http scheme of appwrite callback. bottom line the logi...
- Auth
- Cloud
createEmailSession vs createEmailPasswordSession
I am getting an issue with Appwrite saying that my email isn’t valid when I use the former and I get an issue saying that my password isn’t valid when using the latter.
- React Native
Cannot access console from external IP
I have an Appwrite container on Linux hosted on port 5000, with the port also being open and when I try to access it with the external ip of the IP it doesn't connect
- Self Hosted