Trouble loading interpretations app in version 2.32.0(stable)

Other apps seem to work as intended, but the Interpretation app fails to load on 2.32. Runs with the corresponding sample database. Any help figuring this out is much appreciated.

2.32.0:
07

Version details:

Java:
openjdk version “1.8.0_212”
OpenJDK Runtime Environment (build 1.8.0_212-8u212-b03-0ubuntu1.18.04.1-b03)
OpenJDK 64-Bit Server VM (build 25.212-b03, mixed mode)

Tomcat:
Apache Tomcat/8.5.39

Apache2:
Server version: Apache/2.4.29 (Ubuntu)

Ubuntu:
VERSION="18.04.2 LTS (Bionic Beaver)”

User agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36

1 Like

I was able to solve it. Chrome cached app.js from version 2.31.3 and did not load the new version as it has the same name. The fix was to prevent caching by opening dev tools and setting ‘Disable cache’ flag in the Network tab

1 Like

This is great @paalmbr! Thank you for your feedback.

Best,
James.