Closed AndrewKoransky closed 10 months ago
In Magento CE 2.4.4 (PHP 8.1), system was crashing. json_decode was getting a null and throwing an exception. Added a couple of checks to ensure it doesn't crash in this case.
This is added in the newest release: https://github.com/experius/Magento-2-Module-Experius-WysiwygDownloads/releases/tag/1.2.1
In Magento CE 2.4.4 (PHP 8.1), system was crashing. json_decode was getting a null and throwing an exception. Added a couple of checks to ensure it doesn't crash in this case.