what is the full URL?
try port 81...
not working
what do the docker logs for the appwrite container show?
which one should i check?
the appwrite container
please try to narrow it down to the error related to your request
only this are present in the logs
Does executing the function from the console using the execute now button work?
its failing
you're using the template from git?
from here
i ran the same template in appwrite cloud it worked fine
but locally its not running
something is probably wrong with your installation...
What's the output of docker ps -a?
All containers are running
The builds one was restarting...that's not good...what are the logs from there
Restarting is for assistant
Builds is up
Operation timeout can sadly mean many things. One that pops to my mind is that you mention you used starter. In starter we include composer and appwrite SDK. For that to work, build command must be added to install dependencies. In your function sertings, have you added build command?
While in settings, also worth checking entrypoint.
Recommended threads
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...