The version of Chrome? Mine is 130.0.6723.92.
BrowZer with a capital z is our shorthand way of representing the OpenZiti BrowZer Software stack, generally this is the BrowZer bootstrapper version. What version of that is running is what he's asking.
The following cmd will tell us what we need to know:
curl https://<YOUR_BOOTSTRAPPER_URL>/healthcheck
$ curl https://ap-dashboard.zer0.eu.org:8446/healthcheck
{"version":"0.77.0","uptime":"2 days, 21 hours, 24 mins, 14 secs","date":"2024-11-04T01:52:04.272Z"}%
I think I see the problem now.
You typed ZITI_BROWZER_RUNTIME_ORIGIN_TRIAL_TOKEN=xxxxx
You need to type export ZITI_BROWZER_RUNTIME_ORIGIN_TRIAL_TOKEN=xxxxx
or the env var will not persist across cmds.
It seems to be working now, at least it's no longer showing that issue. Other errors might be due to changes I made while testing other setups. I'll take a closer look tomorrow. Thank you for your guidance.