You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When running aem up without a git remote called 'origin' being defined, the process fails with a JS error Cannot read properties of null (reading 'repo')
This first popped up a first months ago in discord
To Reproduce
Steps to reproduce the behavior:
Go to any edge delivery services repo
Run aem up after deleting the remote called 'origin'
JS error
Expected behavior
Provide guidance on what error occurred and how to fix it
Screenshots
Version:
run: $ aem --version v16.3.17
The text was updated successfully, but these errors were encountered:
Description
When running
aem up
without a git remote called 'origin' being defined, the process fails with a JS errorCannot read properties of null (reading 'repo')
This first popped up a first months ago in discord
To Reproduce
Steps to reproduce the behavior:
aem up
after deleting the remote called 'origin'Expected behavior
Provide guidance on what error occurred and how to fix it
Screenshots
![image](https://private-user-images.githubusercontent.com/39759830/335147275-0b32d686-6f55-4876-bc7f-5ce7fe051db5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDAxNDA2NDAsIm5iZiI6MTc0MDE0MDM0MCwicGF0aCI6Ii8zOTc1OTgzMC8zMzUxNDcyNzUtMGIzMmQ2ODYtNmY1NS00ODc2LWJjN2YtNWNlN2ZlMDUxZGI1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMjElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjIxVDEyMTkwMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU4NjdlNmRlNjU3ZTQ4YjExNjk0M2VmNmQ5NDBhMDIyN2UxZjViMTc4YTU4ZDYyNWI0ZDBmMzk1MzMzYjQ3ZmQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.So5NGisVFIAwFpf6hAzHEG6JtVDLlziFcmy8b-uXL4s)
Version:
run:
$ aem --version
v16.3.17The text was updated successfully, but these errors were encountered: