I am trying to run $zcli themes:preview from WSL, but am running into this error:
```
> zcli themes:preview
Uploading theme... Ok
/home/cooket/.nvm/versions/node/v16.14.2/lib/node_modules/@zendesk/zcli/node_modules/@zendesk/zcli-themes/dist/commands/themes/preview.js:60
const { subdomain, domain } = await new zcli_core_1.Auth().getLoggedInProfile();
^
TypeError: Cannot destructure property ’subdomain’ of ’(intermediate value)’ as it is undefined.
at Server.<anonymous> (/home/cooket/.nvm/versions/node/v16.14.2/lib/node_modules/@zendesk/zcli/node_modules/@zendesk/zcli-themes/dist/commands/themes/preview.js:60:21)
> echo $ZENDESK_SUBDOMAIN
cbchelp
> export ZENDESK_SUBDOMAIN=cbchelp.zendesk.com
> zcli themes:preview
Uploading theme... !
Error: write EPROTO 140457630816192:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1546:SSL alert number 40
Code: EPROTO
```
This is using a raw Copenhagen theme and the most up to date zcli with node v16.13.1 (npm v8.1.2). This output happened with API credentials set in environment variables ZENDESK_EMAIL and ZENDESK_API_TOKEN, but I had previously tried basic auth too. At any rate, I don't think this is an auth error as I was getting a 403 before realising I had incorrectly set my email.
Assuming the first output has the correct subdomain set of "cbchelp", and not "cbchelp.zendesk.com", right?