DNS Diagnosis Error

My YunoHost server

Hardware: VPS bought online
YunoHost version: 11.2.5
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

To get help efficiently, please explain what you are trying to achieve, in which context, what you tried and DNS Diagnosis doesn’t work, throws an error:

Error: Diagnosis failed for category 'dnsrecords': 
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 183, in diagnosis_run
    code, report = diagnoser.diagnose(force=force)
  File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 430, in diagnose
    items = list(self.run())
  File "/usr/lib/python3/dist-packages/yunohost/diagnosers/12-dnsrecords.py", line 57, in run
    for report in self.check_domain(
  File "/usr/lib/python3/dist-packages/yunohost/diagnosers/12-dnsrecords.py", line 121, in check_domain
    if self.current_record_match_expected(r):
  File "/usr/lib/python3/dist-packages/yunohost/diagnosers/12-dnsrecords.py", line 220, in current_record_match_expected
    key, value = param.split("=")
ValueError: not enough values to unpack (expected 2, got 1)

Hello @MakaryGo
I have the exact same issue, I think it’s due to the YNH version.
Here is my domain config, do you see something similar?

image

Thanks,