Pages I create using API v2 are not working in the community site I have set up (the site is called DAN)
This url for a simple page built in API v1 works fine:
https://dev-cs-portal.cs107.force.com/DAN/apex/skuid__UI?page=Hello_World_V1
This url for a simple page built in API v2 just shows a blank page:
https://dev-cs-portal.cs107.force.com/DAN/apex/skuid__UI?page=Hello_World_V2
If I preview the above API v2 page the browser is directed to the following url
https://smartportal–dev–skuid.cs107.visual.force.com/apex/skuid__ui?page=Hello_World_V2
and the page displays fine, but it is not inside the community site
Any ideas? Is this a permissions issue of some sort?