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
JeffreyStevensJeffreyStevens 

LWC call to APEX not working in Community


I have a lightning web component that uses @wire to call to APEX. It works just fine when I place the component on a lightning page and display from a Salesforce user. However, the APEX never get's called when I place the component on a Community page.
Is there a setting that needs to be done to allow access from a community?
Thanks,
Joe ChengJoe Cheng
You need to configure the Guest User Profile in your community.

Go to All Communities -> Builder -> Setting (a gear icon) -> General -> Guest User Profile. Then grant the apex class permission to it.