Web Developer
I found that there was few other support tickets with same topic, but neither of those seemed to solve my issue. I'm running a function when new user is created, which should create a new user into collection. Function seems to fail at point where it's trying to create document.
I've setup my local appwrite instance with direct copy of https://appwrite.io/install/compose docker-compose.yml and https://appwrite.io/install/env .env file.
I understood from previous replies, that for function run, appwrite spins up a new docker container, that runs the function. But does that container spin up inside the appwrite-stack, or just as own separate docker container?
The function template that I'm using is taken directly from appwrite functions starter templates.