-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Testing on Version 1.1.17-1370
When configuring Daq Connection Influx 2+,
Failure to Specify protocol in Server URL will break the runtime after a 'Restart' Command. Leaving no accesses to the system.
Daq Server URL 192.168.10.13:8086 would result in failure.
/server/_appdata/mysettings.json has to be manually edited too include http:// or https://
http://192.168.10.13:8086
Perhaps a validation check could be included to ensure https:// or http:// is included in the Daq Servers URL.