It looks like Explorer is trying to use the legacy (Fabric v1) chaincode lifecycle implementation (lscc); likely to list deployed chaincode. A new chaincode lifecycle was introduced with Fabric v2, and the legacy (Fabric v1) lifecycle was removed in Fabric v3. I guess that Explorer needs to be updated to use the newer (Fabric v2) chaincode lifecycle in order to be compatible with Fabric v3.