Paul Q
Posts: 0
Joined: Thu Sep 12, 2013 3:08 pm

Salesforce web_accessible_resources manifest key

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Salesforce web_accessible_resources manifest key

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Salesforce web_accessible_resources manifest key

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Salesforce web_accessible_resources manifest key

Besides the script warning in console.. everything else is working fine?

Paul Q
Posts: 0
Joined: Thu Sep 12, 2013 3:08 pm

Salesforce web_accessible_resources manifest key

No, its not actually displaying any data when i test it - the list doesnt display??

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Salesforce web_accessible_resources manifest key

Which plug-in did you import and when?

Paul Q
Posts: 0
Joined: Thu Sep 12, 2013 3:08 pm

Salesforce web_accessible_resources manifest key

The standard plugin not the contact one

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Salesforce web_accessible_resources manifest key

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.

Paul Q
Posts: 0
Joined: Thu Sep 12, 2013 3:08 pm

Salesforce web_accessible_resources manifest key

Still no luck - list doesnt appear

Return to “Issues”