Threads
Found 5000+ results.
Triggering an email for each entry in a table
I want to send an email for each entry done in a table, is there any way I can do that?
- Web
- General
- Databases
- Cloud
- Functions
Query without relationships
Is there a way to query a collection so that it doesn't return all the connected relationships? For example, if the user has vehicles as a 1 or a 2 way relationship, it does return the vehicles resul...
- Databases
- Cloud
Web application contact form and email delivery
I have included a contact form in my web application, there I am taking user email, subject and query as user input. To validate the user email, I have included email otp check with otp login, it is b...
- General
- Auth
- Web
- Cloud
Problems on running functions
Hello, this is my first post here. I experienced a problem recently. Everytime I try to execute a funtion, it will give the following error message Internal curl errors has occurred within the execut...
- Self Hosted
- Functions
New OAuth2 provider
I've been following the guide provided on Github to add a new provider. After completing all the steps (adding the icon, classes, the new provider on the list of providers) I still can't see it, there...
- Self Hosted
- Auth
Google Authentication Not Working In Preview APK (React Native)
code : `import { Account, Avatars, Client, Databases, ID, OAuthProvider, Query } from "react-native-appwrite"; import * as Linking from "expo-linking"; import { openAuthSessionAsync } from "expo-web...
- General
- React Native
- Auth
project is broken
project id 67c1e496000bf00f786e
- Cloud
Could not connect to SMTP host
can I get a spscific error somehow?
- Self Hosted
- Messaging
Appwrite Website loading longer Thun usual
Since last month some collections in my database are taking mutch longer to load than usual. It takes up to 20 seconds and sometimes it fails completely.
- Databases
- Web
Migraging from supabase to appwrite having issues
I'm having issues migrating I've tried a couple different AI tools to help me but I'm apparently too dumb. I've looked at documentation inside the migration tool already can someone help me? I'll pay ...
- Databases
- Functions
- Realtime
- Storage
Cannot connect to localhost appwrite instance from function
While I'm trying to access Appwrite Storage and Databases modules through Go client SDK receive an error like: `http://localhost/v1/storage/buckets\": dial tcp [::1]:80: connect: connection refused` ...
- Self Hosted
- Functions
How to handle webhooks from external services?
Hi, so I am trying to setup multiple services which send events through webhooks to my appwrite project. I have setup functions that will receive and process these requests. A typical configuration ...
- Functions
- Cloud
Google Auth - ERR_TOO_MANY_REDIRECTS
I am trying to setup google auth for my frontend (say frontend.com using appwrite deployed on backend.com) First I had issues with http vs https: URI redirects which I fixed my forcing https in docker...
- Self Hosted
working with my users
im trying to build a feature, where a admin has the ability to scan a qr code containing the user_id of a staff member. i want to be able to get that users name, display it on the screen and create a ...
- React Native
auth
Hey there i have a question i just starded my project, i can register and login, but i don't go to the home page it says: checkAuth: isAuthenticated - false, error: AppwriteException: User (role: gues...
- Auth
- Web
How to install Go sdk version 0.4.0
The latest version of Go sdk is 0.4.0 at Github ( https://github.com/appwrite/sdk-for-go/releases/tag/0.4.0) but cannot use this version in `go.mod` file. When I try to use `0.4.0` after running `go m...
- Self Hosted
- Functions
Native Google Sign-In-Google with AppWrite (Bypassing Web Redirect)
i was looking for ways to bypass web redirect in sign in with google, i came across this idea; 1. Use google_sign_in for native authentication (no web redirect). 2. Send the obtained Google ID token ...
- Flutter
- Auth
How many instance of session.create in Activity per login?
should every user login via OAuth2 create two instances of `session.create` in the Activity tab? When I login, only one instance of session gets created in the Sessions tab, but I see that two events ...
- Auth
- Web
⨯ TypeError: source.on is not a function at Array.handler
I don't even know how to type this cause I'm more than frustrated at this point. It should be a straightforward implementation but Appwrite, or more accurately its node-SDK just had to cause vague an...
- Databases
- Web
- Storage
- Cloud
The requested route was not found
the error message : { "message":"The requested route was not found. Please refer to the API docs and try again.", "code":404, "type":"general_route_not_found", "version":"1.6.1" } the code: class Appw...
- Self Hosted
- Flutter
OAuth Authentication (Google) For React Native Expo
Recently I found out that OAuth was not fully supported in Expo so i tried to hack my way through to implement it until an official fix is released. I am new to React native so I implemented protecte...
- React Native
- Auth
- Cloud
account.get() fails all the time
I have added a Google OAuth2 login to my reactjs app. It successfully login the user. When the user logs in, I see that their activity is registered in the `Users` tab of the `Auth` section. I also se...
- Auth
- Web
Question regarding oauth usage of createOAuth2Token while doing SSR
i am using createOAuth2Toke successfully with google chrome, for a couple of providers. I am facing the "user object is empty after successfully creating the oauth session" issue on safari and for exa...
- Web
- Auth
- Apple
- Self Hosted
- REST API
Function didn't run under cron job
i set up a new function to run as a cron job every 2 minutes but came back and saw that it doesnt trigger execution by itself. Works fine when manually executed. tried with different variations of cr...
- Functions
- Web
How to use Backward Compatibility
Appwrite doesn't have explicit API versioning.so how can i use Backward Compatibility
- Flutter
- Cloud
