Skip to main content
Stephanie Arce (CRCNA) a posé une question dans #Visualforce
We have a Visualforce tab that users go to and occassionally get "stuck" on at a URL similar to this:

https://cs67.salesforce.com/servlet/servlet.Integration?lid=01r0n000000D6k3&ic=1&linkToken=VmpFPSxNakF4T0Mwd09DMHhNMVF5TURveE5Eb3pNUzR5TnpsYSx3YmJfXzV3ZnVOREVtdXlTcm9ldWFwLFlXWmtNR0po

The Visualforce page ends up not loading. Normally, they'll see this URL for just a second and then get directed to the Visualforce page, for example: https://c.cs67.visual.force.com/apex/sa_testredirect?sfdc.tabName=01r0n000000D6k3

Does anyone know what could cause this? It does not happen consistently, however I have only seen it in Chrome. The Visualforce page also ends up loading correctly if the user refreshes the page. I also haven't tested this with every Visualforce tab we have, but I suspect it's a general issue. I've been able to replicate it both with custom Visualforce pages we've developed and others from managed packages.

Thanks!
2 réponses
  1. 13 août 2018, 15:07
    Thanks for the response Prolay. I just created a very simple Visualforce page for troubleshooting - just some text - and I still have this issue occassionally, and it only seems to happen in Chrome. Here is the Visualforce page:

     

    <apex:page >

    page text

    </apex:page>

    Do you know what could cause that?
0/9000