Bundle with Showpare/Symfony
Summary The issue at hand is a ClassNotFoundError when attempting to load a class from a custom bundle in Shopware 6.5. The error message indicates that the class Cdn from namespace App\Bb\Cdn cannot be found. This suggests a problem with the autoloading or namespace configuration. Root Cause The root cause of this issue is likely … Read more