Skip to main content
Nintex Community Menu Bar
Question

page include 503 error url from salesforce community

  • July 9, 2024
  • 5 replies
  • 46 views

Forum|alt.badge.img+1

when using a page include in a skuid page from the salesforce community, I am getting a 503 error.  The problems seems to be a malformed URL: https://dataclover.force.com/autoapex/include?id=70180000000NkFXAA0&isinclude=true&page=Camp…

You can see here that the base domain …force.com/auto is the community url, but no ‘/’ is being added before the apex.  We are doing the page include through a queue action, so as far as I see there’s no way to make any adjustments to account for this.  Please help.


5 replies

Forum|alt.badge.img+13

Hi Edward, what version of Skuid are you on? If you are not on the Dreamforce 14 release, please upgrade by going to www.skuidify.com/SkuidReleases and clicking the install link next to the Dreamforce 14 / 5.21.7 release. Let us know if this does not fix the issue.


Forum|alt.badge.img+13

Also, if you are using the skuid:page/ Visualforce Component in any Visualforce Pages visible from the Community, please follow the instructions under “Prerequisites” in this tutorial.


Forum|alt.badge.img+1

Zach,
  Thanks for the response.  I upgraded our version as instructed.  I am still getting an error but it has changed.  It is now a 404 (page not found) and the url reference is:

https://dataclover.force.com/auto/apex/include?id=70180000000NkFXAA0&isinclude=true&page=Cam…

You can see the URL is now properly formatted (/ between auto and apex).  We are using a redirect in this case, so I’m assuming to other steps you mentioned don’t apply.


Forum|alt.badge.img+1

ok, based on the error and going through the prerequisites for using the skuid:page, it did appear that it was not finding the packaged include page provided by skuid.  So I created the clone and this fixed the issue.  Thanks very much for the assistance.


Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

Glad you were able to get this fixed.