Skip to main content

Application Experiencing Issues While performing this Operations

Comments

2 comments

  • Permanently deleted user

    For a more verbose console on your client, use the debugging mode of the viewer by appending "&debug=true" to the query string for your app eg. "https://your.site.here/gvh/Index.htm?viewer=yourViewer&debug=true". Then check your console to watch your workflow's inputs and outputs as it goes.

     

    That said, you should be getting at least the stack trace of the failed activity logged to your client's console whether you're in debug mode or not. It looks like this:

    SomeError

    0
  • Permanently deleted user

    EDIT: use "&dev=true" instead of debug. It logs far less information about the viewer; debug mode can easily send your app into the gigs of memory range in a very short time and bogs down the viewer substantially when it does so.

    0

Please sign in to leave a comment.