How do I get to know the "Unknown property 'skuid.Ui.labels' "

As an admin, I am able to access the page at: https://skuid.na12.visual.force.com/apex/skuid__ui?page=IdeaDetail&id=087U00000008io7IAA

But, my non-admin users are not. They get the error:

Unknown property 'skuid.Ui.labels’Error is in expression ‘{!labels}’ in component apex:dynamicComponent in page skuid:ui

I imagine it is some permission or something… I don’t know! I haven’t had this issue before.

Any ideas?

Kaede, do these users have the “Skuid Page Viewer” Permission Set assigned to them? If not, try assigning that to them.

If that doesn’t work, try make sure that these users’ Profiles have access to the following:

Apex Classes:

skuid.Ui

Visualforce Pages:

skuid.Ui

they have access. I think it is something unique to the page I built. I just can’t figure it out.

Is there a Visualforce Page included on this Skuid Page?