You need to sign in to do that
Don't have an account?
Navita_007
iframe vf page for community guest profile
I want a vf page to show up on a custom lightning component on a community public page. It is embedded as an iframe and loads/works perfectly if I’m logged in but without login I am getting this error in console “Refused to display <apex page> in a frame because it set 'X-Frame-Options' to 'deny'.” I am not sure if this is a salesforce limitation or I am missing some settings. Clickjack settings for vf page is turned off and the community guest profile has access to this vf page.
All Answers
I am having the same issue and tried to use the community domain but its not working? Did you do any other configuration?
Yes i see the same error - Refused to display <apex page> in a frame because it set 'X-Frame-Options' to 'deny'
This is a public page accessible to the guest user. i have added the VF page to the guest user profile and i also did set the Clickjack to No Protection and still it didnt work.
If you have the same url then something else could be missing, can you share your code?