I just switched from local storage to using Digital Ocean Spaces. When I try to execute a function it fails. After checking the docker logs i found out, that there is an issue when starting the Executor:
[Error] Type: Exception
[Error] Message: File not found
[Error] File: /usr/local/app/http.php
[Error] Line: 612
[Error] Type: Exception
[Error] Message: An internal curl error has occurred while starting runtime! Error Msg: File not found
[Error] File: /usr/local/app/http.php
[Error] Line: 814
I havent directly touched this file ever... Before the switch it worked fine.
Any help would be apreciated. Thanks in advance π (Im using Appwrite Version 1.5.1)
to clarify: after looking up the path i found out that the complete app folder is missing
functions and the builds are still locally stored on your server
Just delete the function and create it again
okay i will try that. Thank you
Another option is moving the files to DO spaces
and how would i go about that?
There's a functions and a build folder located at DO spaces. The same folder is located where the docker volume in the local machine for appwrite is at.
The easiest way is probably recreating the functions as @Joshi said
yeah i think so too. Thanks for the help π
Recommended threads
- [SOLVED] Error upgrading from 1.8.1 to 1...
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...