mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-06 05:49:12 +02:00
On Windows, `cmd /c start <url>` treats `&` in the URL as a shell command separator, truncating the login URL at the first `&cli_state=` parameter. This causes the OAuth state validation to fail silently, requiring users to login a second time. Adding an empty title argument (`""`) before the URL is the standard Windows fix — `start` interprets the first quoted argument as a window title, so without it, URLs containing special characters get mangled.