Error after uploader modal
Moved
Solved
Bug Reports
-
Hi there
I'm trying to upload file in JS
I'm running this code in the console:require(['uploader'], uploader => { uploader.show({ route: '/api/post/upload' }, console.log) })
And the file uploaded, but the console return error:
uploader.js:99 Uncaught TypeError: Cannot read properties of undefined (reading 'url')
In this location https://github.com/NodeBB/NodeBB/blob/master/public/src/modules/uploader.js#L99What needs fixing?
Thanks -
-
Copyright © 2024 NodeBB | Contributors