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
Kakarla Naveen 8Kakarla Naveen 8 

Visualforce page not accessible in lightning Bolt

we are facing an issue in accessing the visualforce page in lightning context , where we are trying to get content of it apex, we are getting page not accessible though we have given permission to that page for guest user profile of community.
bhanu_prakashbhanu_prakash
Hi Navven,

If you are using visualforce pages in lightning blot try to add
<apex:page lightningStylesheets="true">
on your visualforce pages .
Check these link
https://help.salesforce.com/articleView?id=community_builder_use_visualforce.htm&type=5
let us know if it helps you and mark it best if it helps you

Thanks, 
Bhanu Prakash
visit ForceLearn (https://www.forcelearn.com)
Kakarla Naveen 8Kakarla Naveen 8
Hi Bhanu, We tried that, which hasn’t worked out, we don’t want to display the vf page, what we are trying to do is get the content of VF page in controller. Thanks, Naveen
Devendra RajoriaDevendra Rajoria
Hi Naveen, I think there must be some issue in the controller. So if you can share your controller, maybe we can help you out.