Skuid community permissions/license issue
So I am setting up a community after watching the great tutorial found here: https://community.skuidify.com/skuid/topics/deep_dive_using_skuid_with_salesforce_communities and I'm running into some issues. At one point in the video (around 14:50 - 16:50) Ben is running into the same issues as me! The only problem is that I can't seem to be able to fix it as elegantly as him. I am working in our Testing sandbox, and I have created a permission set as a clone of the standard "Partner Community User". I added all of the skuid apex classes and VF pages to this permission set, as well as the custom objects I would like the users to be able to access. I am getting the following error everytime I hit a skuid redirect:

The way Ben fixed this was by adding a skuid license to the user, however when I go to the installed packages page I don't have a "Manage Licenses" button...

Is this because I am in Testing? Does that mean that it's not possible to test a community out of a sandbox with Skuid? Any help would be appreciated.

The way Ben fixed this was by adding a skuid license to the user, however when I go to the installed packages page I don't have a "Manage Licenses" button...

Is this because I am in Testing? Does that mean that it's not possible to test a community out of a sandbox with Skuid? Any help would be appreciated.
Tagged:
2
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
Here's what I'd run through. Make sure that your Community Profile has access to:
1. Visualforce override Page(s) which are running Skuid
2. Read access to the Skuid Page, Page Assignment, and File objects (read/write on File), and any fields / objects that you are showing in the pages you are showing.
3. Make sure that the Skuid Page object has sharing setting of "Public Read Only".
I also clicked a button that runs a snippet and there we're a whole bunch of those POST errors. Do users need certain permissions to be able to run snippets, or do they just need the fields that are affected by the snippet? (Btw thanks for the help I find that you guys are way more knowledgeable than the Salesforce people/docs
What do you mean by setting API Enabled on the profile? I don't see a field with that name available, is that a skuid managed package field?
GET https://testing-prebroker.cs15.force.com/brokersapex/include?id=a3Ze0000000NllLEAS&isinclude=tru... 503 (Service Unavailable)jquery.min.js:4
One theory that I have is that the url is wrong because there should be a "/" between "brokers" and "apex". "brokers" is the tab name in my community instance. Is there a problem with page includes in communities?
I'm not sure if this causes any performance problems, but if so Moshe and I can't be the only users that could benefits from a solution to this. Thanks!