[bug] Multiple Kantu windows open on start from command line

I’m on latest beta, but have seen this issue before. I use windows task scheduler for running Kantu suites.
In about 40% of scheduled running tasks I get this issue. Chrome was not running prior the start.

I get 5 (five!!!) Kantu windows and page throws an error.

Hi, it seems it is some kind of timing issue. Can you please include the exact command line that you are using?

I doubt any timing issue (on behalf of Chrome at least) since I try to eliminate this.
I call html that waits 5 seconds for Chrome properly to load and than loads my html.

Here is the redirection html I call with
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --incognito file:///C:\Users\user1\Downloads\kantu\redirect.html:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="refresh" content="5; url=file:///C:\Users\user1\Downloads\kantu\tickets.html?direct=1&close=1">
<title>redirection</title>
</head>
<body>
</body>
</html>

Sorry for the late reply. Do you see this issue “only” with task scheduler, or also with normal starts e. g. via batch file?