Ben Stokes

Results 22 comments of Ben Stokes

I had the same issue - adding the 3 URLs to CORS solved the problem

Error getting named credentials LC_API Timeout trying to establish connection to iframe Error getting mass action configuration LC_API Timeout trying to establish connection to iframe Error getting object describe LC_API...

Thanks @satyasekharcvb, unfortunately I'm not seeing that triangle play button on my code tour tab ![image](https://user-images.githubusercontent.com/7213889/182699219-9274fa40-e931-47c5-bddf-2aeabba183ec.png)

The up and down arrows move the items around in the list ![image](https://user-images.githubusercontent.com/7213889/182758047-8350677f-f7bc-402e-8c87-22f8e7e0ce34.png) I don't have the option of Start Tour ![image](https://user-images.githubusercontent.com/7213889/182758069-b7eaaf7b-ec7b-41af-9b37-7c2d56e2d111.png) If I click Resume Tour nothing happens. I...

@lukethacoder did you ever get to the bottom of your issue? I'm seeing exactly the same behaviour. My personal Windows PC * Autocomplete works for Apex class files * Autocomplete...

I've wiped and reinstalled AdoptOpenJDK, _New_ triggers are autocompleting, but existing triggers in my project are not.

Yup, exactly what i'm seeing. Nothing obvious in the Apex Language Server log either This is my existing trigger ``` 10:40:27.160 [ForkJoinPool.commonPool-worker-23] INFO a.j.l.i.c.ApexCompletionStrategyAggregator - Completions for file:///c:/Users/ben/apexacademy/force-app/main/default/triggers/WarrantySummary.trigger took 6...

> Is the content of the triggers identical? Nope. I'll try this. > Are they both using the same API version? Both in the same project - so yes?

Did some testing from the suggestion from @randi274 It looks like a scoping problem (forgive me if i use the wrong terminology, i'm still learning some of this! 😄 )...