Has anybody ever seen the error `Cannot read prope...
# suitecommerce
j
Has anybody ever seen the error
Cannot read property "0" from undefined
when trying to deploy an extension? That’s the only error message I get in Terminal and it’s not terribly helpful…
p
Do you have a stacktrace?
2 typical errors are: 1. Extension Manifest errors 2. upload issues with WebServices
j
@PabloZ The closest I can get is this on the script that deploys the extension:
Error	SCE_FILE_SERVICE_ERROR	6/22/2020	1:39 pm	E166 XXXXXX	TypeError: Cannot read property "0" from undefined
I’m getting the same issues for all my extensions when trying to deploy to production. Deploying to sandbox, however, seems to work fine.
p
do you have the same extension manager version on both?
Extension manager is managed, so be aware that it might be different even if you didn't mean to because sandbox doesn't get managed upgrades.
j
No. Production is 2020.1.2. Sandbox is 2019.2.0
p
Well. One thing i'd do is download the 2020.1.2 tools and try to deploy again
You can manually force a SB upgrade and break both environments to double check, too 🙂
j
How can I force a SB upgrade?
f
manually
bundles in SB must be manually updated
👍 1