You've been inked error

Thank you Rob! Huge help.

Now to work out how to deploy this page…

Im trying to make it bind to a Visualforce page (external facing) so customers to use it. I have everything setup but for some reason the page is erroring with:

You’ve been INKED! (Something went wrong)

We were unable to find a Skuid Page named Bookings. 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.

I have gone through and checked everything and cannot work it out. Visualforce Page code:

<apex:page readonly="true"
  showheader="true"
  sidebar="false"
  doctype="html-5.0"
  title="Ready Media roup - Online Bookings">
    <skuid:page page="Bookings"/>
</apex:page>
  • Guest user have access to the page and the skuid module + page object is Public/Ready Only.

Am I missing something?

Thank you in advance.