mjaggard

Results 24 comments of mjaggard

Related but different issues: #4093 - shows error "Failure performing sObject describe aborted" #3056 - shows error "Cannot read property 'forEach' of undefined" #2802 - shows error "command 'sfdx.force.internal.refreshsobjects' not...

Is there any command that I can run on the CLI to do the same job? When I run `sfdx sobject definitions refresh` I get "Warning: sobject is not a...

@randi274 thanks for the reply. I have tried re-authenticating but that didn't help. I've also looked in .sfdx/tools/sobjects and I seem to have some standardObject files there but it doesn't...

I don't **think** so but I'm new to Salesforce. The code was created in this org but I have created a managed package.

I'm afraid I'd tried all those steps before. I can only think that the problem is something in my Developer edition org - I just wish I had some way...

Oh, also just for clarity - when you say managed do you mean installed from a package created in some other org? In my case the code IS managed because...

Can someone confirm what's needed here? When I get this, has the `collect` command finished everything else or does this failure prevent it from completing? Is there something I can...

Comment for better searchability because it took me quite a lot of hours to find this, only to find that this wasn't the cause of my issues - just updating...

It seems the workaround listed here doesn't work either. `hidden={myBoolean ? true : undefined}` still renders `hidden` in the DOM just without a value (which means hidden) I've also tried...

It seems that change the line I listed doesn't help because `_type` and `type` are also treated identically elsewhere. It works correctly if I add ``` name = name.replaceAll("@", "at_");...