requarks / wiki

Wiki.js | A modern and powerful wiki app built on Node.js

Home Page:https://js.wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload of asset fails with: Cannot read property 'toLowerCase'

drx777 opened this issue · comments

Actual behavior

An asset fails to be uploaded.

Expected behavior

An asset is uploaded successfully.

Steps to reproduce the behavior

When I upload an asset, I get the following error message in the log after the progress bar reaches 100% and stalls there:

[MASTER] warn: Cannot read property 'toLowerCase' of undefined

and the request fails with code 400.

wiki.js version: 2.5.264 (issue occurred already with 2.5.201 prior to update, but upload did use to work on this machine)
node.js version: 12.22.7
maria db version: 10.3.22
client MacOS 12.1, Safari or Chrome

(side note: When I try to upload an asset that I select in a folder that is a symlink, the upload fails directly)

I have the exact same problem on docker image: requarks/wiki:2.5

Just started to set up Wiki.js for the first time and ended up with this error while trying to upload documents for the first time.

Tried wiki.js 2.4 version on docker. Upload does work in old version.

Same here after Update to 2.5.264 no problem on 2.5.260 (think this was my version before)