Skip to main content
Nintex Community Menu Bar
Question

Page Include in showing error when we are using by vf page?

  • July 10, 2024
  • 9 replies
  • 16 views

Forum|alt.badge.img+3

I have move code sandbox to production but unfortunately we have page include problem only production because sandbox is working fine .

This topic has been closed for replies.

9 replies

Forum|alt.badge.img+3

Sounds like a security problem. Does the VF page need any permission sets assigned to it?


Forum|alt.badge.img+3
  • Author
  • July 10, 2024

I can’t understand , I am system admin user in my org  and i have already used skuid page to vf page.


Forum|alt.badge.img+10

Here are some questions to ask yourself

Did you move the page that the page include is referencing from the sandbox to production?

Is this a standard page include or did you hardcode some URL’s to get the page include?(changing your environment changes your server url)

Are there any visualforce pages that are related to this page that haven’t been included in your change set/deployment?

Like Joseph Oritz says, did you assign the running user with the correct visualforce page permissions?


Forum|alt.badge.img+3
  • Author
  • July 10, 2024

Hi kamensky !

I have page include component used in pop pup window and i also share screen shot .

And no more use to redirect URL in include component.

“if any missing from my side please let’s tag me”.

Thanks
Rajesh


Forum|alt.badge.img+10

Try removing the page include in production and adding it back. That will force you to check whether or not the page is in production.


Forum|alt.badge.img+3
  • Author
  • July 10, 2024

yes I have checked Kamensky add page include and  removed old page include.
But issue is still pending .

Thanks for support
Mr.Champion


Forum|alt.badge.img+10

Have you checked if the running user has access to the visualforce page that holds the OpportunityNew_Compact skuid page?


Forum|alt.badge.img+3
  • Author
  • July 10, 2024

Shmuel,

Still having issue in prodcution .

I have checked if the running user have already acess .

How can i fixed that.


Forum|alt.badge.img+10

Looks like someone’s had the same issue as you.
https://community.skuid.com/t/skuid-include-page-shows-visualforce-error-page-include-doe…

Are you using the skuid:page visualforce component?

If so, you need to make a local copy of the “Include” and “Upload” page in your production environment as shown here https://docs.skuid.com/latest/en/skuid/deploy/salesforce/visualforce/skuid-page-visualforce-componen…