Patched webCoRE for Hubitat (2018/09/09)

I found the trouble. Problem lies with line 806 in dashboard/js/app.js. After making the change and clearing your cache it should load.

This line

if (!uri.startsWith('https://')) {

should be replaced with

if (!uri.startsWith('https://') && !uri.startsWith('http://')) {

I’ll see about getting with @ajayjohnm on merging the change in the repo.

1 Like