Page 1 of 1

Errors in console log

Posted: Wednesday 09 October 2024 21:39
by michelscholte
After upgrading to version 3.13.0 beta I got these errors in the console.
Created a new minimal custom Dashticz site also have these errors:

GET http://192.168.1.115/dashticz/undefined 404 (Not Found)

Unfortunately I cannot upload any picture because "the board attachment quota has been reached".

Re: Errors in console log

Posted: Thursday 10 October 2024 15:31
by HansieNL
Can you post your config.js as code </>
Hopefully we can find the reason why you get the errors.

Re: Errors in console log

Posted: Thursday 10 October 2024 20:47
by michelscholte
Because I have in my production environment a very large config.js, and wanted to troubleshoot, I've created for test a minimal dashboard. Also these test-dashboard give me a lot of the same "GET http://192.168.1.115/dashticz/undefined 404 (Not Found)" errors.

Config.js:
var config = {}
config['language'] = 'nl_NL';
config['calendarlanguage'] = 'nl_NL';
config['domoticz_ip'] = 'http://192.168.---.---:8080';
config['domoticz_refresh'] = '120';

Re: Errors in console log

Posted: Wednesday 23 October 2024 22:29
by Lokonli
Found it.
I'll fix it in one of the next days

Re: Errors in console log

Posted: Thursday 24 October 2024 15:13
by michelscholte
Thanks a lot.

When there is an update, I will check.

Re: Errors in console log

Posted: Thursday 24 October 2024 20:35
by Lokonli
michelscholte wrote: Thursday 24 October 2024 15:13 Thanks a lot.

When there is an update, I will check.
Fixed in latest beta.

Re: Errors in console log

Posted: Thursday 24 October 2024 21:54
by michelscholte
Updated. No errors anymore.

Thanks again.