Threads
Found 5000+ results.
Weird permission failure
when creating an account I use following methods: Future<void> register(String email, String password, String username) async { final user = await account.create(userId: ID.unique(), email: email, ...
- Databases
- Auth
- Flutter
- Cloud
Appwrite Storage error 503s for automated temporary uploads and downloads for AI tool (Feedback)
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but temporary uploads to Appwrite Storage, r...
- Cloud
Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the callback url from appwrite is called, but ...
- Android
- Flutter
- Auth
- Cloud
[SOLVED] Paused project can't activate
~~Error: **Invalid console fingerprint** last usage: **daily** no idea why it's paused tried relogin~~ tried relogin in incognito mode and it asked for email verification done email verification, p...
- Cloud
Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of the function? I would like to use those g...
- Functions
- Cloud
Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Web
- Cloud
after using the coding agents its code burst in production due to wrong system designs
can anybody suggest me an ai tool that i can use to create the system desgins without the suggestion things because it at last create a mess
- Tools
- Sites
- Cloud
Inquiry: How to Reduce Cold Start Duration in Go?
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing cold start times of over 5 seconds, someti...
- Functions
- Cloud
Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log - Synchronous function execution timed o...
- Sites
- Web
Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables for other tasks, where every row needs to ...
- Databases
- Cloud
Rec'd a "phishing" email that apparently is using appwrite to harvest passwords. How do I report?
I received an email attempting to convince me that my password expired - and the link wanted to send me to an appwrite instance: (https://updating-projects-ads.appwrite.network#{email_address_redacted...
- General
Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/lib/appwrite/appwrite.ts` I get: ℹ Info: F...
- Tools
- Databases
- Web
- Cloud
trying to figure out how to activate my github education pack here
please help
- Web
I'm experiencing a critical bug on Appwrite Cloud
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitHub issue #11437 but need urgent help. 🔴...
- Android
- Flutter
- Cloud
Bug: TOTP MFA verification always fails with `user_invalid_token`
*Bug: TOTP MFA verify always returns `user_invalid_token` (Cloud 1.8.1, Frankfurt)** Project ID: `68dd48440003e537d849` SDK: `appwrite@18.2.0` (also tested with 16.1.0) `createMfaAuthenticator({ typ...
- Auth
- Web
- Cloud
SSL Certificate Issuance Failed
When we first deployed our site using appwrite and a custom domain everything was working, but it seems like the SSL certificate never got renewed. I tried deleting the domain and readding it to force...
- Web
- Cloud
User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that are blocked, or haven't logged in for a...
- Tools
- Auth
- Cloud
Query.search limitation
Since `string` is deprecated I used `varchar`, and now I cant use `Query.contains` , so I setup fulltext index and started using `Query.search` the issue is `Query.search` is very bad at searching, if...
- Databases
Site hosting and domain name issue
I'm hosting my site using appwrite domains, I want to have https://www.mysite.com and https://mysite.com to point to the same Site. But each time I try to add "mysite.com", I get the error "Domain is ...
- Sites
- Cloud
Unable to verify user through console due to Server Error
Hi, I am manually trying to verify a user through the console, but it is coming back with Server Error and not much detail
- Auth
- Cloud
Appwite Platform DISSAPPEARED
I don't know how this happened, some few hours ago everything was working on my app and now the app crash, i can't login to the the app because the Platform was deleted, but i didn't deleted it. My O...
- Auth
- Cloud
context deadline exceeded
Hi, in one of my projects i continuously receive context deadline exceeded when trying to reach users API from my local machine: https://fra.cloud.appwrite.io/v1/users/ what could be the issue?
- Flutter
- Auth
- REST API
- Cloud
After a GET request is passed to functions, the parameters are lost, while POST works normally.
Create execution in the console can normally retrieve the get parameters。WHy?
- Functions
- Cloud
function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? I tried adding a subdomain for comment-m...
- Self Hosted
- Functions
- Web
Searching by attribute "name" requires a fulltext index.
I have a table "products" with a few columns I'm trying to search by, but I get this error: { "message": "Searching by attribute \"name\" requires a fulltext index.", "code": 400, "type": ...
- Databases
- Web
- Cloud