Page 1 of 3
Salesforce web_accessible_resources manifest key
Posted: Thu Sep 12, 2013 3:08 pm
by Paul Q
Im trying to test Appery with my Salesforce sandbox. Ive tested the service and it is returning the correct data. Ive set up the bindings to a list on a page, however when i test the page, the list doesn'tsjow and if i look in the javascript console in chrome im getting the following errors:
Denying load of chrome-extension://ecjmdlggbilopfkkhggmgebbmbiklcdo/js/jquery-2.0.3.min.map. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension. SF_Start.html:1
GET chrome-extension://invalid/
Any ideas where im going wrong?
Thanks
Salesforce web_accessible_resources manifest key
Posted: Thu Sep 12, 2013 5:19 pm
by Kateryna Grynko
Hi Paul,
The console error does not have any relation to the application. It describes the problem in one of the supplements that works within your Google Chrome / Chromium.
Could you show a screenshot of your mapping?
Salesforce web_accessible_resources manifest key
Posted: Thu Sep 12, 2013 5:19 pm
by maxkatz
I don't believe that's what causing the data not to show.
Can you share screen shots of your service: Settings and Request tabs?
Also, please check the Network tab when you are making the request to see what response you get from Salesforce.
Salesforce web_accessible_resources manifest key
Posted: Thu Sep 12, 2013 9:04 pm
by Paul Q
Salesforce web_accessible_resources manifest key
Posted: Thu Sep 12, 2013 9:16 pm
by maxkatz
Besides the script warning in console.. everything else is working fine?
Salesforce web_accessible_resources manifest key
Posted: Thu Sep 12, 2013 9:26 pm
by Paul Q
No, its not actually displaying any data when i test it - the list doesnt display??
Salesforce web_accessible_resources manifest key
Posted: Thu Sep 12, 2013 9:29 pm
by maxkatz
Which plug-in did you import and when?
Salesforce web_accessible_resources manifest key
Posted: Thu Sep 12, 2013 9:38 pm
by Paul Q
The standard plugin not the contact one
Salesforce web_accessible_resources manifest key
Posted: Thu Sep 12, 2013 9:45 pm
by maxkatz
For Authorization request parameter, take out the JavaScript in mapping. We updated the plug-in so that the entire string Bearer is saved into local storage. We just didn't update the docs in time.
Salesforce web_accessible_resources manifest key
Posted: Thu Sep 12, 2013 10:02 pm
by Paul Q
Still no luck - list doesnt appear