Didn't notice this - but I signed!
NodeBB v1.15.0-rc.0 -- Release Candidate published
-
Hi all,
We've just published v1.15.0-rc.0, which is a release candidate version. We encourage users to prepare to update their forums to this version and report back if there are incompatibilities that we have not prepared for.
As usual, until a stable version is released, we do not encourage that you update a production instance of your forum, but rather a development/staging instance.
The scheduled release of v1.15.0 is the 4th of November, 2020.
For the full list of breaking changes, please consult the following topic:
1.15.0 Breaking Changes
-
@julian nice one!
I’ve a actually been running one of the later betas in production for a week or so with no issues.
Looking forward to the final release.
-
@sweetp Thanks for the report -- we had some big changes between v1.14.x and this upcoming release, so stay tuned for the announcement blog post
-
Released 1.15.0-rc.2
-
When I try to upload any image using the admin control panel all I get is an "invalid files" error. I tried uploading png, jpg, gif, all to no avail. Image uploads from other places seem to work fine.
I tried with Settings/Uploads/Allowed File Extensions set to png/jpg as well as empty.
Updated to v1.15.0-rc.2 (master)
No plugins are activated, forum updated from v1.11.1
Node.js v14.15.0
macOS 10.15.7, Safari 14.02020-10-27T22:32:08.133Z [4567/3076] - [31merror[39m: /api/admin/uploadOgImage Error: invalid-files at validateFiles (/root/nodebb/src/middleware/index.js:106:15) at Layer.handle [as handle_request] (/root/nodebb/node_modules/express/lib/router/layer.js:95:5) at next (/root/nodebb/node_modules/express/lib/router/route.js:137:13) at Form.<anonymous> (/root/nodebb/node_modules/connect-multiparty/index.js:114:7) at Form.emit (events.js:315:20) at emitCloseNT (internal/streams/destroy.js:87:10) at processTicksAndRejections (internal/process/task_queues.js:79:21) 2020-10-27T22:32:15.145Z [4567/3076] - [31merror[39m: /api/admin/uploadfavicon Error: invalid-files at validateFiles (/root/nodebb/src/middleware/index.js:106:15) at Layer.handle [as handle_request] (/root/nodebb/node_modules/express/lib/router/layer.js:95:5) at next (/root/nodebb/node_modules/express/lib/router/route.js:137:13) at Form.<anonymous> (/root/nodebb/node_modules/connect-multiparty/index.js:114:7) at Form.emit (events.js:315:20) at emitCloseNT (internal/streams/destroy.js:87:10) at processTicksAndRejections (internal/process/task_queues.js:79:21) 2020-10-27T22:33:08.635Z [4567/3076] - [31merror[39m: /api/admin/uploadlogo Error: invalid-files at validateFiles (/root/nodebb/src/middleware/index.js:106:15) at Layer.handle [as handle_request] (/root/nodebb/node_modules/express/lib/router/layer.js:95:5) at next (/root/nodebb/node_modules/express/lib/router/route.js:137:13) at Form.<anonymous> (/root/nodebb/node_modules/connect-multiparty/index.js:114:7) at Form.emit (events.js:315:20) at emitCloseNT (internal/streams/destroy.js:87:10) at processTicksAndRejections (internal/process/task_queues.js:79:21)
-
@kagarino said in NodeBB v1.15.0-rc.0 -- Release Candidate published:
connect-multiparty
Can you report the version of
connect-multiparty
andmultiparty
dependencies? This sounds like https://github.com/expressjs/connect-multiparty/issues/29 -
@baris said in NodeBB v1.15.0-rc.0 -- Release Candidate published:
"connect-multiparty": "^2.2.0"
"multiparty" is not listed in my package.json for NodeBB
-
@kagarino
multiparty
is a dependency ofconnect-multiparty
it needs to be at version 4.2.2. -
@baris updating multiparty manually fixed the problem. It was at version 4.2.1
Thank you for your help!
-