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?
TL;DR
Issue: Developer self-hosting Appwrite locally using Docker cannot list Users or Storage from the node.js function template.
Solution: Ensure that the environment variables are properly set after self-hosting Appwrite following the instructions provided in the documentation. Update any relevant environment variables that may be needed for accessing Users or Storage functionalities.