TypeError Cannot read property 'replace' of nullTypeError: Cannot read property 'replace' of null

I try to update my app, but when I try to build apk or bundle shown failed message like the above message. and in my email get a message like this below :


TypeError Cannot read property 'replace' of nullTypeError: Cannot read property 'replace' of null
    at ActivitiesParser.assetsHandler (/data/andromo/builder/translatorV3.js:105:24)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async ActivitiesParser.parseDashboard (/data/andromo/common/configParser/structure/ActivitiesParser.js:159:49)
    at async ActivitiesParser.getParsedStructure (/data/andromo/common/configParser/structure/ActivitiesParser.js:33:33)
    at async getParsedConfig (/data/andromo/common/configParser/index.js:115:43)
    at async TranslatorV3.getParsedProjectStructure (/data/andromo/builder/translatorV3.js:122:26)
    at async TranslatorV3.translateProjectStructure (/data/andromo/builder/translatorV3.js:140:24)
    at async build (/data/andromo/builder/buildV3.js:583:45)
    at async cycle (/data/andromo/builder/buildV3.js:141:5)
    at async /data/andromo/builder/buildV3.js:1050:20

is there any solution for this error ??

Comments

Sign In or Register to comment.