HAOS IP Camera Snapshots file storage

Hi, newby in HAOS, and I’m trying to take (regular) snapshots from an IP Camera (tuya driven) and store it as a file on a (subfolder) of /config

I get an error message as if I don’t have access to that folder, even though, I entered it as an allowed dir in the configuration.yaml

in this file :
# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes*

automation: !include automations.yaml*
script: !include scripts.yaml*
scene: !include scenes.yaml*

homeassistant:*
allowlist_external_dirs:*

  • /danny*
  • /config/danny*

What am I doing wrong in the setup ?