Which system is the best for Appwrite?
Currently I am using Centos but I am wondering if it is the best option.
I have a huge issues related to functions. Very often I am starting to reciving errors like this:
Docker Error: docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: can't get final child's PID from pipe: EOF: unknown.
During building or during executing.
I have to restart the appwrite and then for a while is working, but recently even restart doesn't help.
AppWrite version: 1.3.1 | 1.3.8
Any advice what could be wrong?
ubuntu is commonly used
Recommended threads
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...