Writeback connector error: An error occurred during processing: Script contains an error on line 1

Hello,

We have created a new writeback connector and tested it in the new connector page. On that page everything works as expected.

The next step is to Submit For Publishing. Then, once submitted we can self-publish to test it (this process is backwards IMHO).

The problem is, when I try to test the self-published version I get the following, not very useful error:

An error occurred during processing: Script contains an error on line 1

Has anyone encountered this before and/or knows how to find out what the problem is?

Our best guess is that the version of javascript Domo is using is older than the one being used when testing the connector code but that is just a guess.

Thank you all,

Answers

  • You’ll need to reach out to the connectors team to get assistance with your error as the JavaScript is compiled into Java using the Nashorn engine and doesn’t give any helpful error messages. Are you using ES5 (the older version) for your code?

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Thanks, I have a support case opened with them.