• JoyAnn Fisher
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
We're running into an issue in SalesForce Classic with regards to the upcoming SameSite cookie updates in Chrome 80. Defaulting all cookies to SameSite=Lax seems to be causing embedded VisualForce pages not to load. The VisualForce page loads fine in Lightning, but not Classic.
 
We use a VisualForce page embedded on Account Pages (added when customizing the account page layout). I even striped the embedded VisualForce code down to the most basic possible (see code below), but it still fails to load. The embedded VisualForce page throws an “login.salesforce.com refused to connect”.
 
It appears to be because cookies from “visual.force.com” are being blocked. Sample VisualForce page:
 
<apex:page standardController="Account">
    Hello World
</apex:page>

Is there anything that can be done to get past this?

Hi,

I've got a lightning component that is being used in a Community.
This is meant to be a public facing community/component, where anonymous users essentially fill out a form.

Part of the flow includes uploading files.
Currently the files are being uploaded using <lightning:fileUpload/> and are being associated with an Account object.

When used by a person who already has a logged in session (such as through the builder) it works fine. However a guest user isn't able to upload files.

Is there any way to set the auto generated guest user or guest profile to be able to upload files?
I've tried doing some research on this already, and it seems like its more pointing towards no, but I was hoping if anyone else could provide insight.

Thanks,
Scott