On clean environment ECLWatch loads blank page

Description

In reference to HPCC-20215:
When building latest master, with no security or session, from a clean install. ECLWatch does not load.
Console: unexpected identifier

When sendAuthRequest() runs, responseType is defaulting to none, and going to the else statement, skipping the switch case. causing an alert to be shown when running in VSCode.

When opening in browser (Chrome and Firefox) with ip, the eclwatch page tries to load, but goes blank.

The moving of 

 
xhttp.open('GET', '/esp/getauthtype', true);

xhttp.send();
causes ECLWatch not to load.

Conclusion

None

Activity

Show:

Gordon Smith August 9, 2018 at 8:27 AM

It looks like the minification code in build.sh was corrupting the file somehow..

Kunal Aswani August 8, 2018 at 9:36 PM

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Point

Fix versions

Affects versions

Created August 8, 2018 at 9:35 PM
Updated March 15, 2019 at 9:22 AM
Resolved August 9, 2018 at 1:45 PM

Flag notifications