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
Bram RaatjesBram Raatjes 

Visualforce page requires authentication on Chrome, but not on Edge

Opening a simple VF page (set as VF override page on the New button on a custom object) leads to an authentication error in google chrome. Clicking the button opens a new tab, requesting the user to sign in. Doing the same in Edge gives no issues.
<apex:page StandardController="pse__Proj__c"  >
  
  <h1>You are trying to create a project</h1>
  Need a customer project? Create one from your opportunity. Need an internal project? File a request with Finance. Include: project manager, responsible partner, practice, start- and end-date.
  
</apex:page>
What could solve this?
Best Answer chosen by Bram Raatjes
SwethaSwetha (Salesforce Developers) 
Also, can you clear browser cache on Chrome and see if that fixes the issue?Thanks

All Answers

SwethaSwetha (Salesforce Developers) 
HI Bram,

Does this happen for a specific custom object "pse__Proj__c" ? Can you replace it with something a standard object like account to see if it shows the same behavior? Also, does it show any error message in case of failure in login history?

Click path: Setup> Manage users > Login History

Thanks
Bram RaatjesBram Raatjes
No failures in the login history. It will take a while to test it on another object. It seems the changes take a while to take effect.
SwethaSwetha (Salesforce Developers) 
Also, can you clear browser cache on Chrome and see if that fixes the issue?Thanks
This was selected as the best answer
Bram RaatjesBram Raatjes
@swetha, thank you. This seems to does it.