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
Dan Glaser 4Dan Glaser 4 

Lightning component gets An Internal Error has occurred, for profiles other then System Admin

I created a lightning component to be loaded from the LIghtning experience. It works fine for users with a System Admin profile, but i get this error for users with a Standard User profile: The popup header says sorry to interupt with This page has an error. You might just need to refresh it. First, would you give us some details? (We're reporting this as error ID: 6ae0e7c2-f3b6-407c-84e0-6b9f417f7ffb). The tech stuff: internal server error has occurred Error ID: 2086016766-5097 (-227057212). The controller class security is set for System Admin and Standard User, and the Custom Objects have Read/Write and View Permissions set for the Standard user. What did I miss?
 
Best Answer chosen by Dan Glaser 4
Dan Glaser 4Dan Glaser 4
I figure out what the issue was. I first checked all the permissions, and all were good. Then I looked at the object used and the problem was I had the object set to development not deployed. Something to remember in the future