CWL
@cwl
Admin
Member
Joined: Aug 6, 2013
Last seen: Jan 22, 2025
Issues: 104 / Replies: 103
Reply
RE: Cannot see the wifi ssid in my laptop

Check out this video. It will solve the issue. Mine was solved after selecting a different driver:

4 weeks ago
Forum
Topic
Forum
Replies: 2
Views: 13
Reply
RE: Expression cannot be assigned

Comparison operator is == = is assignment operator Corrected code: if (ocp != null && ocp.Active__c == true){ Asser...

8 months ago
Forum
Topic
Forum
Replies: 2
Views: 280
Reply
RE: vs code - failed to authenticate to git remote

Its a token issue. Try using your existing token again or use a new token.

9 months ago
Forum
Topic
Forum
Replies: 2
Views: 102
Topic
Forum
Replies: 1
Views: 6
Reply
RE: How to update node?

npm cache clean -fnpm update -g

9 months ago
Forum
Topic
Forum
Replies: 2
Views: 0
Reply
RE: how to update git local master from remote to work on new ticket without refreshing dev sandbox

When you want to work on a new jira ticket, change from branch to local master. Then do a: git fetch git reset --hard origin/master Remember thi...

9 months ago
Forum
Reply
RE: No Apex Tests Found - in vs code

Try just pressing the green play button to run all tests anyway. Test classes then should list. If not make sure your java path is correct: Java Se...

9 months ago
Forum
Topic
Forum
Replies: 2
Views: 21
Reply
RE: Error authenticating with the refresh token due to: inactive organization

Logout using the command: sf org logout Then re-authorize the org and re-start vs code. re-start is required.

9 months ago
Forum
Page 1 / 14