You need to sign in to do that
Don't have an account?
textual
cant view apex pages, redirects to other users org
we're using domains so maybe that the issue but when i go to put in /apex/page_name it goes to a login screen with a different domain than mine. not only for the page i just made and want to view, but for all vf pages (well i checked a couple)
sample url from my org: https://company--dan.cs12.my.salesforce.com/003P000000G2zaB
i should just be able to put apex pagename at the end of the url like this::
https://company--dan.cs12.my.salesforce.com/apex/page_name
but instead it redirects to another users org to login
i tried a few variations but havent gotten it right yet
sample url from my org: https://company--dan.cs12.my.salesforce.com/003P000000G2zaB
i should just be able to put apex pagename at the end of the url like this::
https://company--dan.cs12.my.salesforce.com/apex/page_name
but instead it redirects to another users org to login
i tried a few variations but havent gotten it right yet
It probably has something to do with the code in the vf page. Will you be able to post the code?