3 Jul, 2026, 16:53
*this issue is not new and did happen on older versions
using 0.7.22 removes the issue
log
TypeScript
#2 /usr/local/app/http.php(78): Utopia\Http\Http->start()
#3 [internal function]: {closure:/usr/local/app/http.php:72}()
#4 {main}
thrown in /usr/local/vendor/utopia-php/http/src/Http/Http.php on line 500
Fatal error: Uncaught Utopia\DI\Exceptions\NotFoundException: Dependency response not found in /usr/local/vendor/utopia-php/di/src/DI/Container.php:75
Stack trace:
#0 /usr/local/vendor/utopia-php/http/src/Http/Http.php(734): Utopia\DI\Container->get('response')
#1 /usr/local/vendor/utopia-php/http/src/Http/Http.php(497): Utopia\Http\Http->getArguments(Object(Utopia\Servers\Hook), Array, Array)
#2 /usr/local/vendor/utopia-php/http/src/Http/Adapter/SwooleCoroutine/Server.php(74): Utopia\Http\Http->{closure:Utopia\Http\Http::start():483}(Object(Utopia\Http\Adapter\SwooleCoroutine\Server))
#3 /usr/local/vendor/utopia-php/http/src/Http/Http.php(507): Utopia\Http\Adapter\SwooleCoroutine\Server->start()
#4 /usr/local/app/http.php(78): Utopia\Http\Http->start()
#5 [internal function]: {closure:/usr/local/app/http.php:72}()
#6 {main}
Next Utopia\Http\Exception: Error handler had an error: Dependency response not found in /usr/local/vendor/utopia-php/http/src/Http/Http.php:500
Stack trace:
#0 /usr/local/vendor/utopia-php/http/src/Http/Adapter/SwooleCoroutine/Server.php(74): Utopia\Http\Http->{closure:Utopia\Http\Http::start():483}(Object(Utopia\Http\Adapter\SwooleCoroutine\Server))
#1 /usr/local/vendor/utopia-php/http/src/Http/Http.php(507): Utopia\Http\Adapter\SwooleCoroutine\Server->start()
#2 /usr/local/app/http.php(78): Utopia\Http\Http->start()
#3 [internal function]: {closure:/usr/local/app/http.php:72}()
TL;DR
Issue with openruntimes/executor:0.25.1 causing a fatal error. Downgrading to 0.7.22 resolves the problem.Recommended threads
- Executor with custom S3 doesn't work in ...
Was testing to upgrade appwrite to 1.9.5 and when testing the S3 part i saw the executor didn't work anymore. When looking closly i saw the `StorageFactory` doe...
- Function settings doesn't work on self-h...
When a function setting is changed (like for example the function name) the servers returns a 500. The "appwrite" containers print the following error: ```bash...
- SMTP Test Email Looping
Hi all, I updated to 1.9.5 self hosted last night and ever since, I've had SMTP tests fire multiple times per minute