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
- Problem with adding self-hosted Sentry
Following the official Appwrite-Sentry integration documentation (https://appwrite.io/integrations/logging-sentry) I've configured my .env file with: ```_APP_...
- Appwrite CLI not working as expected
Until yesterday I was authenticated in my Appwrite instance through the CLI, and I was able to get my functions and deploy them manually. Today, when I went ba...
- Python Function Not Running Locally in A...
Hello Team Appwrite, I have tried running Python functions locally using the bare minimum starter code provided by Appwrite, but it is neither working nor givi...