@Kyrne I'm seeing the below errors being logged, and I think this is related to ReCache
[2020-05-31 15:17:40] production.ERROR: Intervention\Image\Exception\NotReadableException: Unsupported image type. GD driver is only able to decode JPG, PNG, GIF or WebP files. in /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/intervention/image/src/Intervention/Image/Gd/Decoder.php:59
Stack trace:
#0 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/intervention/image/src/Intervention/Image/AbstractDecoder.php(339): Intervention\Image\Gd\Decoder->initFromPath()
#1 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/intervention/image/src/Intervention/Image/AbstractDriver.php(66): Intervention\Image\AbstractDecoder->init()
#2 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/intervention/image/src/Intervention/Image/ImageManager.php(54): Intervention\Image\AbstractDriver->init()
#3 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/askvortsov/flarum-pwa/src/Api/Controller/UploadLogoController.php(69): Intervention\Image\ImageManager->make()
#4 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/flarum/core/src/Api/Controller/AbstractSerializeController.php(96): Askvortsov\FlarumPWA\Api\Controller\UploadLogoController->data()
#5 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/flarum/core/src/Http/RouteHandlerFactory.php(38): Flarum\Api\Controller\AbstractSerializeController->handle()
#6 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/flarum/core/src/Http/Middleware/DispatchRoute.php(65): Flarum\Http\RouteHandlerFactory->Flarum\Http\{closure}()
#7 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\DispatchRoute->process()
#8 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/kilowhat/flarum-ext-wordpress/src/Middlewares/LogWordpressRequests.php(60): Laminas\Stratigility\Next->handle()
#9 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Kilowhat\Wordpress\Middlewares\LogWordpressRequests->process()
#10 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/kilowhat/flarum-ext-wordpress/src/Middlewares/PasswordResetWarningMiddleware.php(20): Laminas\Stratigility\Next->handle()
#11 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Kilowhat\Wordpress\Middlewares\PasswordResetWarningMiddleware->process()
#12 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/flarum/core/src/Http/Middleware/SetLocale.php(50): Laminas\Stratigility\Next->handle()
#13 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\SetLocale->process()
#14 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/flarum/core/src/Http/Middleware/CheckCsrfToken.php(45): Laminas\Stratigility\Next->handle()
#15 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\CheckCsrfToken->process()
#16 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/flarum/core/src/Http/Middleware/AuthenticateWithHeader.php(55): Laminas\Stratigility\Next->handle()
#17 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\AuthenticateWithHeader->process()
#18 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/flarum/core/src/Http/Middleware/AuthenticateWithSession.php(32): Laminas\Stratigility\Next->handle()
#19 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\AuthenticateWithSession->process()
#20 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/flarum/core/src/Http/Middleware/RememberFromCookie.php(51): Laminas\Stratigility\Next->handle()
#21 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\RememberFromCookie->process()
#22 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/flarum/core/src/Http/Middleware/StartSession.php(61): Laminas\Stratigility\Next->handle()
#23 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\StartSession->process()
#24 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/flarum/core/src/Api/Middleware/FakeHttpMethods.php(29): Laminas\Stratigility\Next->handle()
#25 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Api\Middleware\FakeHttpMethods->process()
#26 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/flarum/core/src/Http/Middleware/ParseJsonBody.php(28): Laminas\Stratigility\Next->handle()
#27 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\ParseJsonBody->process()
#28 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/flarum/core/src/Http/Middleware/HandleErrors.php(57): Laminas\Stratigility\Next->handle()
#29 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Flarum\Http\Middleware\HandleErrors->process()
#30 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/MiddlewarePipe.php(84): Laminas\Stratigility\Next->handle()
#31 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/middlewares/request-handler/src/RequestHandler.php(84): Laminas\Stratigility\MiddlewarePipe->process()
#32 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Middlewares\RequestHandler->process()
#33 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/middlewares/base-path-router/src/BasePathRouter.php(97): Laminas\Stratigility\Next->handle()
#34 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Middlewares\BasePathRouter->process()
#35 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Middleware/OriginalMessages.php(42): Laminas\Stratigility\Next->handle()
#36 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Laminas\Stratigility\Middleware\OriginalMessages->process()
#37 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/middlewares/base-path/src/BasePath.php(53): Laminas\Stratigility\Next->handle()
#38 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/Next.php(61): Middlewares\BasePath->process()
#39 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/MiddlewarePipe.php(84): Laminas\Stratigility\Next->handle()
#40 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-stratigility/src/MiddlewarePipe.php(73): Laminas\Stratigility\MiddlewarePipe->process()
#41 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/laminas/laminas-httphandlerrunner/src/RequestHandlerRunner.php(96): Laminas\Stratigility\MiddlewarePipe->handle()
#42 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/vendor/flarum/core/src/Http/Server.php(42): Laminas\HttpHandlerRunner\RequestHandlerRunner->run()
#43 /var/www/vhosts/phenomlab.com/hub.phenomlab.com/index.php(22): Flarum\Http\Server->listen()
#44 {main}