SF Site not connecting

I have two Salesforce sites to show skuid pages, one works (made before my time) and one does not (the one I’m currently trying to make). The visualforce page for my skuid page works, and the home “active site home page” works. However, when I try the url for the site, I get the message:
" You’ve been INKED! (Something went wrong)
We were unable to find a Skuid Page named SKUID PAGE NAME. The Page is either inaccessible or does not exist. If you believe you should be able to view this Skuid Page, ask your System Administrator to check the Sharing Model for the Page object to ensure that you have access to this Skuid Page."

As the visualforce page and home page work, I don’t think it is a problem with the actual skuid page, but I must be missing something. Again, both page profiles on Salesforce have the exact same privacy settings, but one works and one doesn’t. Does anyone have a suggestion?

Hey @BattyMom, there are a few things you can double check:

  1. First, make sure the Visualforce page is using skuid:page component and not skuid.redirects. For more details see

https://docs.skuid.com/latest/en/skuid/deploy/salesforce/visualforce/skuid-page-visualforce-component.html

https://docs.skuid.com/latest/en/skuid/deploy/salesforce/visualforce/force-com-site.html

  1. The error message makes it sound like the user may not have access to the Skuid page. Check the Sharing Settings for the page object in Salesforce to make sure that site users have access to the Skuid page on your new page. For guest users, you have to handle this via a sharing rule.

https://docs.skuid.com/latest/en/skuid/deploy/salesforce/guest-user/

Let me know if this resolves the issue.

2 Likes

Thank you so much! It was the sharing rules! I really appreciate your time and informed response, I had been struggling with this for days. It’s so nice to get the issue resolved!

2 Likes