Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug (Alpha) Cannot read properties of undefined (reading 'debugMode') #788

Closed
readeral opened this issue Sep 20, 2024 · 2 comments · Fixed by #770
Closed

Bug (Alpha) Cannot read properties of undefined (reading 'debugMode') #788

readeral opened this issue Sep 20, 2024 · 2 comments · Fixed by #770
Labels

Comments

@readeral
Copy link
Contributor

When using alpha build v5.0.1-alpha202409162139.0, sf hardis:org:data:delete throws the following error:

Cannot read properties of undefined (reading 'debugMode')

Issue is not present running in v4.53.0

I've chased it down and the error is throwing at orgUtils.ts line 584, this is undefined.

Perhaps it hasn't become evident because jsforce connection is normally available, and maybe it could be because of how I've installed the alpha plugin that it uses CLI command instead? But even so, the CLI command is failing

nvuillam added a commit that referenced this issue Sep 20, 2024
@nvuillam
Copy link
Member

@readeral thanks for reporting :)
I just fixed it, i'll release it in the next alpha :)

@nvuillam nvuillam added the v5 label Sep 20, 2024
@nvuillam
Copy link
Member

@readeral solved in latest alpha, if you want to try :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants