function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Maheshh PatelMaheshh Patel 

Receive Error when Accessing Installed Managed Package API

I have created a managed package and installed it in other Org.
When trying to acces Managed package method(API)  ,It is invoking the method but throwing the below error

An internal server error has occurred 
I am not able to trace the error as there are no debug logs.

Any help is much appreciated !!



 
Andy BoettcherAndy Boettcher
That's a tough one - typically whenever I see an "internal server error", it's due to code trying to access something that either isn't available or isn't enabled in the org.  Knowing what you have in that Managed Package may help us all instead of blindly guessing at it?  =)