Page 1 of 1

Can't find variable: initVersion

Posted: Wednesday 26 October 2022 12:20
by Bospieper
Hi,
All of a sudden my Ipad Air2 shows this failure when using Dashticz.
IOS V 15.7
Dashticz version: 3.9.6 beta

I was already using the latest versions when the failure occured.
On my Windows laptop there are no problems.
I've tried another browser on my Ipad but with the same failure.
Grz. Piet

Re: Can't find variable: initVersion

Posted: Wednesday 26 October 2022 16:43
by HansieNL
I got the same problem... viewtopic.php?p=293651#p293651

Re: Can't find variable: initVersion

Posted: Wednesday 26 October 2022 19:13
by Bospieper
@HansieNL You don't have any troubles with Windows and Dashticz?

Re: Can't find variable: initVersion

Posted: Wednesday 26 October 2022 19:35
by HansieNL
On Windows no problem.
I just updated iPad to iPadOS 16.1 but still same error message :-(

Re: Can't find variable: initVersion

Posted: Thursday 27 October 2022 8:55
by Bospieper
Hi HansieNL,
A option would be revert to a previous version of Dashticz only I don't know how to do that.

Re: Can't find variable: initVersion

Posted: Friday 28 October 2022 16:23
by Lokonli
There was indeed an IOS compatibility issue, which I accidentally introduced with release v3.9.6
I've fixed that in latest version (v3.9.6.1)

It's easy to switch back to previous Dashticz versions. Via the command line:

Code: Select all

git checkout v3.9.5-beta
And back to the beta branch:

Code: Select all

git checkout beta
Followed by:

Code: Select all

git pull
to get the latest version.

Re: Can't find variable: initVersion

Posted: Friday 28 October 2022 18:43
by HansieNL
Thanks for the quick fix :D

Re: Can't find variable: initVersion

Posted: Friday 28 October 2022 21:20
by madpatrick
Problem solved.
Thanks Lokonli

Re: Can't find variable: initVersion

Posted: Friday 28 October 2022 23:01
by Bospieper
Thanx for a quick solution :)
Piet