No diff details shown
SebastianSolidwork opened this issue · 4 comments
Version: Jar from 19.11.8.00
When I click on "MissingFields" no details are show.
- content of the Response: {"endpoint":"ourEndpoint","path":"result.200.MissingField","requests":[]}
- The console contains an error:
diff.js:386 Uncaught TypeError: Cannot read property 'differences' of undefined
at k.$scope.traverseFields (diff.js:386)
at Object.<anonymous> (diff.js:440)
at Object.success (diff.js:111)
at j (jquery.min.js:2)
at Object.fireWith [as resolveWith] (jquery.min.js:2)
at x (jquery.min.js:4)
at XMLHttpRequest.<anonymous> (jquery.min.js:4)
For other reasons I'm currently not able to run the newest state from the repository.
mvn package works, but the startup fails (should not be the content of this issue, just for explanation)
@SebastianSolidwork These jars are outdated and from an old version of the codebase and are no longer supported. Can you use the docker image instead?
We have also published the latest jar for your convenience. Please note that the java command has slightly changed to look like this:
java diffy.jar \ --candidate='localhost:9200' \ --master.primary='localhost:9000' \ --master.secondary='localhost:9100' \ --responseMode='candidate' \ --service.protocol='http' \ --serviceName='ExampleService' \ --proxy.port=8880 \ --http.port=8888 & \
Thanks for the new jar, I can run the app with them.
So far I'm not familiar with Docker. Some more thing I have to dig in …
(I suggest you to keep updating the jars. Docker is another layer of complexity and therefor for same a hindrance)
I'm observing other issues which I have to dig in until I give here further feedback.
It works with Version 22