When Using a Image Selector On FRED Getting a Script Error

Summary

When I create a new Element In FRED And setup the options for example a background image the file browser opens and then throw me a "Script Error for “elfinder” ". I’m not sure if i’m missing something I’m new to MODX so not sure if I missed a setting somewhere,

I’m using the modx cloud platform.

This is my settings (Error Screen Below), would love any insights on how to get this working.

{
“settings”: [
{
“name”: “image”,
“label”: “Background Image”,
“type”: “image”,
“value”: “”
},
{
“fred-import”: “background_settings”
},
{
“name”: “linkscroll”,
“label”: “Scroll Link”,
“type”: “toggle”,
“value”: true
},
{
“name”: “link”,
“label”: “Link anchor or URL”,
“type”: “text”,
“value”: null
}
]
}

There is a similar (or possibly the same) issue on Github:

Maybe take a look at it.