Threads
Found 5000+ results.
Appwrite behind Nginx, locale.get() returns internal IP
I have Appwrite behind Nginx and followed this guide to forward the real user IP: https://medium.com/@stnguyen90/how-to-run-appwrite-behind-nginx-19348ed34243 This works for e.g. user sessions, it sa...
- Self Hosted
[BUG] After 1.8.0 no Screenshots of Sites
Hello, I'm facing this bug. When I deploy it works properly but screenshots are not displayed. If I open the image this is the result: URL: `https://appw.xxxx.com/v1/storage/buckets/screenshots/files...
- Self Hosted
- Sites
CORS error using the Locale API from a browser: CORS Allow Origin Not Matching Origin
When I call the `GET /v1/locale` API with JS in a browser the GET request fails with `CORS Allow Origin Not Matching Origin`. Requests to `GET /v1/databases/...` work fine and return the correct `acc...
- Self Hosted
- Web
Transaction error
Future createOperations() async { final client = Client() .setEndpoint(AppwriteConstants.apiEndPoint) .setProject(AppwriteConstants.projectId); final tablesDB = TablesDB(clien...
- Self Hosted
Question: Best practices for implementing Organizations with Teams?
Hi everyone! I'm building an application that needs a multi-level hierarchy: Organizations → Teams → Users. I see that Appwrite provides a Teams service, but I'm unclear on the recommended approach f...
- Databases
- Auth
- Cloud
Fails to add Custom domain and subdomain to appwrite sites and functions
Case 1 : I've a domain ("remiel.work") which i want to host my portfolio thru appwrite sites. when i try to connect my domain (which i bought from spaceship, managing DNS records using cloudfare) to t...
- Sites
- Functions
- Cloud
Account API: Update status. Feature on the cloud.appwrite.io
Is there in the cloud.appwrite.io a button/flag to update a user status. I know there is an API for this, but i like to change de value inside de cloud console. https://appwrite.io/docs/references/clo...
- Cloud
Next16 server side and client side
I want to use AppWrite in a Next.16 project. Following the documentation, I implemented server-side authentication using Node-AppWrite. Is it possible to make a request in a client-side component this...
- Web
- Cloud
Appwrite Storage URLs are buggy
All of a sudden since a few days or weeks Appwrite Storage URLs keep cycling between only the actualy URLs with the "&mode=admin" working and URLs only working when removing the "&mode=admin" part fro...
- Cloud
In operator
can we have in operator or if you can suggest any workaround
- Databases
Can't upgrade to pro, please help, my project is stoped now
When i try to upgrade, i entred billing adresse without any dash, i entred the payment method, and when i click on upgrade i have this message, please i need to upgrade ASAP
- General
Having problems with Appwrite API keyAnyone to help asap?
Having problems with Auth as a result of the API key Anyone to help asap?
- Self Hosted
- Auth
Custom domain verification failing
Im having trouble adding custom domain to my project with the domain verification failing within my project but in organization view its verified
- Self Hosted
- Web
Error while trying to Upgrade to Pro plan
Hi all, We are trying to follow the steps to upgrade from free to Pro plan but we get this error message: We have filled the required information and we are now stuck after trying several alternati...
- General
Facing this Exception User (role: guests) missing scopes (["account"])
After creating an OAuth2 session using createOAuth2Session in Appwrite, the session is created successfully in the cloud console, but when I try to fetch user details on the frontend, account.get() re...
- Auth
- Web
- Cloud
Any way to increase Transaction limits on self hosted instance?
I need to batch create rows, 50,000 rows at once. I tried to combine create rows with transactions api in n8n, but I can only import 10,000 rows at most. Is there any way I can increase this limit, by...
- Self Hosted
Added Custom Domain - API requests with it don't work?
I've added in a custom domain to Appwrite my domain itself is on cloudflare but has Appwrite name servers added and confirmed they work, I added the CAA in cloudlfare and added the CNAME domain "appwr...
- Auth
- GraphQL
- Web
- Cloud
Custom Email Templates Not Updating for Security Alert & 2FA (v1.8.0)
I have 4 custom email templates on my self-hosted Appwrite instance: - email verification - reset password - security alert - 2FA verification. email verification and reset password are working fine...
- Self Hosted
- Auth
Table contents missing (attributes+rows)
Here is an image of the cloud and the attributes that should exist Some of the table do have the data but others dont. I am able to access the rows via api calls. cc: <@287294735054274560>
- Databases
- React Native
- Cloud
Docker compose down command is deleting total data
I just followed the steps in the website...but docker compose down seems to delete whole data...it is like fresh installation. Please check if i am missing anything. Using latest 1.8.0 in self hosted
- Self Hosted
Bug Report: type generation for enum of non English text missing Elements value
### 👟 Reproduction steps in the enum element value, instead of English, use another language (Khmer), in my case Khmer text. export enum ProvinceType { = "រាជធានី", = "ខេត្ត", TEST = ...
- Self Hosted
- Tools
- Web
- Cloud
Github Repos are not appearing on sites even after giving full access
Hi, Has anyone had recent issues with sites feature where github repos are not appearing? I even tried unliking and giving it a shot! It does not even show up, not even a single repo
- Cloud
Selfhosted 1.8.0 500 Server Error [Fresh Install]
Good evening, Currently running into issues with deploying 1.8.0 on a Dokploy instance I have. Prior to this we had 1.6.x running and it was fine. Tried to upgrade and ran into issues, but because w...
- Self Hosted
Invalid document structure: Unknown attribute: "type" when trying to create a database
Hello. I have self hosted instance running on my server and has valid endpoint and most of things are working as should. Installation is fresh install of version 1.8.0. I get error when trying to crea...
- Self Hosted
- Databases
[Bug] Cannot set any token expiry to Never
Tried with file tokens and api keys
- Cloud