Hi everyone,
I created a lighting web component that is used in a tab. But just the System Admin sees the component when click the tab. Other profiles can't see the component.
Any information or experience like that?
Thanks a lot!
4 risposte
Okay. I found the issue. I didn't give access to the apex class to the profile that I used in the components.
Go to profile -> Enabled Apex class access -> Edit -> Add the Classes and Save
OR
Go to the class -> Click on Security -> Select Profiles and add to enabled profiles -> Save
Thanks, @Andrew Russo for the response.