ErrorException: imagecreatefromstring(): Data is not in a recognized format
File "/app/Http/Controllers/OgImageController.php", line 181, in Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
$sourceImage = imagecreatefromstring($imageContent);
File "/app/Http/Controllers/OgImageController.php", line 181, in App\Http\Controllers\OgImageController::wasRecipeBackgroundLoaded
$sourceImage = imagecreatefromstring($imageContent);
File "/app/Http/Controllers/OgImageController.php", line 41, in App\Http\Controllers\OgImageController::{closure:App\Http\Controllers\OgImageController::recipe():38}
if (! $this->wasRecipeBackgroundLoaded($canvas, $recipe)) {
File "/public/index.php", line 20
$app->handleRequest(Request::capture());
...
(4 additional frame(s) were not displayed)
Sentry Issue: HFRESH-1E
This issue was automatically created by Sentry via Create GitHub Issue