-
Notifications
You must be signed in to change notification settings - Fork 96
Orchestrator Deploy Error TypeError: Cannot read properties of null (reading 'match') #872
Comments
@Schuchie , Can you confirm whether artifacts are successfully created using the build command? and do you have the artifacts created? |
Hey @azlam-abdulsalam , both apps (dreamhouse and my own) are build successfully: Dreamhouse:
Own:
And i also can see the created artifacts in the "artificats"-folder. |
Looks like a bug in the core dependencies, can you upgrade to the latest beta and let me know if it happens
|
Tried your beta-version, still receive the same result:
Should I rebuild the artifact? |
ah right, got it this was recently raised as well, this happens when you dont have a git remote set in the repository. Can you set the upstream in your git repo and rebuild the packages We will address this as part of the next release |
@azlam-abdulsalam thx for the support. You were right, about the missing upstream. |
Describe the bug
Trying to deploy the dreamhouse-package (as mentioned in your tutorial/trailhead) and also tried to deploy a simpler own package to a scratch org.
To Reproduce
Steps to reproduce the behavior:
Follow your trail ( https://docs.dxatscale.io/challenges/challenges/build-your-package ) and after that try to deploy any package.
Expected behavior
The package gets deployed without an error.
Screenshots
Receiving following error:
Platform Details (please complete the following information):
Additional context
Forked Dreamhouse Repo https://github.com/dxatscale/dxatscale101/
The text was updated successfully, but these errors were encountered: