Custom Object Tab Overide not functions

I’m having an issue with overriding a custom object tab. When clicked, it looks like an override URL is launched but then it quickly redirects to the original tab page.

Here are the steps that I’ve taken.

  1. Created the skuid list page. (photo included)

  2. Created a new VF page with this markup
    <apex:page showHeader=“true” sidebar=“true” readonly=“true” docType=“html-5.0”
    title=“RentalListingPage”> <skuid:page objectType=“pba__Listing__c” actionType=“Tab” /> </apex:page>

  3. Gone into the custom object and connected the tab page to the Tab button.

I’ve added a few photo

It looks like you are using the VF syntax that is used with page assignments.   This means you will need to go to the page assignment tab of the Skuid app and add the relevant records taking appropriate users to the skuid page. 

Or you will need to go back to the override tutorials and use the syntax that doesn’t use page assignments and gives the skuid page to everyone. 

Thanks a lot Rob!

Much appreciated.