Hi, I'm currently self-hosting Appwrite locally using Docker.
Using the node.js function template, I can invoke the /ping endpoint without issue. However, the function can't seem to access Users or Storage. I self-hosted using the commands outlined in https://appwrite.io/docs/advanced/self-hosting and haven't modified the given docker compose file (ports used are :80 and :443). Are there env variables I should have updated?
Recommended threads
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...