You need to sign in to do that
Don't have an account?
kevincc
Summer 14 visualforce page load issue "recession" in URL
Hi,
I'm having an issue loading a basic "test" visualforce page in my summer 14 dev org.
steps to reproduce
1) login as administrator on the summer 14 org
2) create new visualforce page with name "test", leave all page content as the default. save
3) load the visualforce page using the url: https://naXX.salesforce.com/apex/test
4) blank page is displayed and url is
https://c.na17.visual.force.com/visualforce/recsession?sid=<sid removed>&inst=o&cshc=0000000qBFQ0000000KC0M&retURL=https%3A%2F%2Fc.na17.visual.force.com%2Fapex%2Ftest
I've reproduced this issue on 2 orgs.
Can anyone else reproduce it? Does anyone know what is going on?
Thank you.
I'm having an issue loading a basic "test" visualforce page in my summer 14 dev org.
steps to reproduce
1) login as administrator on the summer 14 org
2) create new visualforce page with name "test", leave all page content as the default. save
3) load the visualforce page using the url: https://naXX.salesforce.com/apex/test
4) blank page is displayed and url is
https://c.na17.visual.force.com/visualforce/recsession?sid=<sid removed>&inst=o&cshc=0000000qBFQ0000000KC0M&retURL=https%3A%2F%2Fc.na17.visual.force.com%2Fapex%2Ftest
I've reproduced this issue on 2 orgs.
Can anyone else reproduce it? Does anyone know what is going on?
Thank you.
If your org is a trial org, then this should be related to this known issue: https://success.salesforce.com/issues_view?id=a1p30000000T4ovAAC
A fix for this issue is scheduled to be deployed tomorrow and the issue should be fixed.
If this answers your question, please mark this as the Best Answer for this post, so that others can benefit from this post.
Thanks,
Shashank
All Answers
If your org is a trial org, then this should be related to this known issue: https://success.salesforce.com/issues_view?id=a1p30000000T4ovAAC
A fix for this issue is scheduled to be deployed tomorrow and the issue should be fixed.
If this answers your question, please mark this as the Best Answer for this post, so that others can benefit from this post.
Thanks,
Shashank
inside our package is some generic code.
<apex:page standardController="Lead">
<iframe width="900" height="1200" src="/apex/activityHistory?core.apexpages.devmode.url=1&id=
{!Lead.Id}
" name="leadinfo" scrolling="auto" frameborder="no"></iframe>
</apex:page>
which looks like it turns into: https://c.na17.visual.force.com/apex/activityHistory?core.apexpages.devmode.url=1&id=00Qo0000001pZTBEA2
what is c.na17.visualforce.com??
We are getting an error: Page activityHistory does not exist.