SSL CSR - missing subjects

Hi,
I’m using HestiaCP v1.6.9 on Ubuntu 22.04 (x86_64) and trying to reissue my SSL certificate with the provider namecheap.com.
E-mail and city (mandatory field) as well as zip code, street and house number (optional) are missing in CSR
Email is optional in CSR form but not used in CSR!
I am unable to complete the SSL certificate reissue with this incomplete CSR.

The back button after creating the new crs also does not work.

For email change line 107 in /usr/bin/local/hestia/bin/v-generate-ssl-cert

if [ -z "$email" ]; then 

to

if [ -n "$email" ]; then 

City should be include see:

    Version: 1 (0x0)
    Subject: emailAddress = [email protected], C = NL, ST = Gelderland, L = Zutphen, O = "HestiaCP ", OU = IT, CN = domain.com