I'm attempting to self-host Helicon on my local machine, but I can't access
http://localhost:8989/project/default/auth/users
. The console logs show the following error:
clickhouse-migration-runner | File "ch_hcone.py", line 35
clickhouse-migration-runner | curl_cmd = f"cat \"{migration_file}\" | curl '{
clickhouse-migration-runner | ^
clickhouse-migration-runner | SyntaxError: EOL while scanning string literal
clickhouse-migration-runner exited with code 1
I've checked the documentation and can't find any steps I might have missed.