Checked for duplicates
Yes - I've already checked
Is this a regression?
No - This is a new bug
Version
v3.7.0 and v3.7.1
Describe the bug
There is a typo in the Proxy Compose file for the PUBLIC_WORKSPACE_CLIENT_URL environment variable.
Currently:
PUBLIC_WORKSPACE_CLIENT_URL: https://{AERIE_HOST}:28000
Should be:
PUBLIC_WORKSPACE_CLIENT_URL: https://${AERIE_HOST}:28000
Reproduction
Issue is in docker-compose-proxy.yml for Aerie Proxy
Logs
System Info
Severity
Moderate