Base Path Error

After a fresh install of ComfyUI Desktop, starting up worked fine. After installing a few custom nodes and clicking RESTART, I received a BASE PATH error. I tried pointing it to the installed directory, but it would not continue.

config.json

{
“installState”: “installed”,
“detectedGpu”: “nvidia”,
“basePath”: “E:\Documents\ComfyUI\”,
“versionConsentedMetrics”: “0.5.8”,
“selectedDevice”: “nvidia”
}

extra_model_config.yaml

# ComfyUI extra_model_paths.yaml for win32

comfyui_desktop:
base_path: E:\Documents\ComfyUI\

# is_default: “true”

custom_nodes: custom_nodes/
download_model_base: models/

desktop_extensions:
custom_nodes: E:\Documents\ComfyUI\resources\ComfyUI\custom_nodes\

I’ve search online, but unable to find similar symptoms.

Any help would be appreciated.