truncate_index() return type is updated wrongly as bool instead of void. It causes the caching fails and images are throwing 500 error.
Error reference:
App Exception: Return value of Swell\Cache::truncate_index() must be of the type bool, null returned in /schema/app/core/lib/schema-php-client/lib/Cache.php on line 274 (code: 0)
https://app.asana.com/0/1202306318068147/1204960655160307/f
Description
Images are broken in swell-hosted storefront.
truncate_index()
return type is updated wrongly as bool instead of void. It causes the caching fails and images are throwing 500 error.Error reference: App Exception: Return value of Swell\Cache::truncate_index() must be of the type bool, null returned in /schema/app/core/lib/schema-php-client/lib/Cache.php on line 274 (code: 0)