Cannot upload image file on new version 5.7

File upload server action broke with update to Version 5.7

Getting this error in browser:

{
“status”: “500”,
“message”: “Cannot read properties of undefined (reading ‘create’)”,
“stack”: “TypeError: Cannot read properties of undefined (reading ‘create’)\n at processFields (/opt/node_app/lib/modules/upload.js:81:77)\n at App.upload (/opt/node_app/lib/modules/upload.js:51:19)\n at App._exec (/opt/node_app/lib/core/app.js:608:57)\n at App._exec (/opt/node_app/lib/core/app.js:575:28)\n at async App.exec (/opt/node_app/lib/core/app.js:544:9)\n at async App.define (/opt/node_app/lib/core/app.js:526:9)”

@Teodor

This is the same error as received here:

1 Like