Threads
Found 5000+ results.
Local appwrite run functions --user-id not generating x-appwrite-user-jwt (self-hosted)
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions locally with the CLI: appwrite run funct...
- Self Hosted
- Functions
Impossible to get USER after createEmailPasswordsessions. (ERROR 401 on account.get) Flutter for web
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { await account.createEmailPasswordSession( ...
- Auth
- Flutter
fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be covered.
- Sites
- Cloud
Facebook's scraper facebookexternalhit gets 403 on my custom domain
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How do I fix this?"
- Cloud
How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` methods the client throws a `ERR_BLOCKED_BY...
- Web
- Cloud
Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1.8.0, running on Coolify). The GitHub Ap...
- Self Hosted
Project Paused Despite Daily Active Usage (20+ Users) – Need Clarification
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily by **20+ users**, so it should not be con...
- Web
- Cloud
Hi Appwrite Support Team,My project has been completely blocked and all API calls return HTTP 403
Details: Project ID: 69a69f6f00113ed0e8e4 Region: SFO (sfo.cloud.appwrite.io) Error Response: Affected: ALL endpoints — Functions, Databases, Storage, Health, Sites — everything returns 403. Started:...
- Cloud
Sudden CORS Errors - Domain hasn't Changed, Used to Work Previously with `*` Wildcard
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue with the specific hostname of my Appwrite-...
- Web
- Cloud
User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "Valid chars are **a-z, A-Z**, 0-9, period...
- Self Hosted
- Auth
Any way to temporarily bypass the email verification for cloud access?
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and I created mock emails (since the company...
- Self Hosted
- Web
- Cloud
Create a new paid tier
Current pricing seems reasonable enough about what is someone getting for 25$. But for some people most of these resouces are getting wasted. Like the bandwidth. As a mobile app developer, I cannot...
- Cloud
[Bug] Appwrite Auth User Prefs
User prefs are decoded as blank although there are plenty of data and add preference button not working in this case
- Cloud
How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error
- Self Hosted
How to send Webhooks to internal network
When saving the URL for sending Webhooks, Appwrite checks if it's a valid external domain name so entering internal IP address or docker hostnames won't save the Webhooks creation. Is there any way to...
- Self Hosted
- Webhooks
Collections list not showing up when trying to create Relationships
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship attribute although i have multiple collecti...
- Self Hosted
- Web
I have try to use the appwrite in to the Chrome Extension and get this error
Invalid Origin. Register your new client (oailedjdbkhlkakmnnapoonllbnfmfij) as a new Web (Chrome Extension) platform on your project console dashboard
- General
- Web
- Cloud
Project Paused
I am the developer of a project and the admin is not able to login into their account for some reason and I can't change the status of the project due to role restrictions. How can I resolve this?
- Cloud
what happened with 'never paused' ????
I can already imagine how annoying this is going to be...
- General
- Cloud
Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to officially request this as a feature. Havin...
- Self Hosted
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