fruition-partners / filesync

Tool to sync local file changes to ServiceNow instances.
20 stars 52 forks source link

Doesn't Sync With Dublin Release #2

Open jlignier opened 10 years ago

jlignier commented 10 years ago

I received the following error when trying to use FileSync with ServiceNow Dublin:

Error: [Error: 302 - Moved Temporarily - Verify JSON Web Service plugin is activated.]

The release notes for Dublin state that the JSON plugin is depricate and replaced with JSONv2 which preserves all the previous API calls. Maybe this could be related to the problem.

jlignier commented 10 years ago

I've got FileSync working on Dublin. The fix is very easy, you just need to update 'JSON' to 'JSONv2' on line 54 of snc-client.js.

mikemcbride commented 10 years ago

Ran into this same issue in Eureka. Thanks for documenting your solution!