mnutt / davros

Personal file storage server
Apache License 2.0
298 stars 35 forks source link

Upload not working in 0.14.0 #13

Closed njuergens closed 8 years ago

njuergens commented 8 years ago

Hey,

when I press the ''Upload" Button nothing happens. Tested on our own sandbox and in your demo server.

My JavaScript console says: Error: Nothing handled the action 'nothing'. If you did handle the action, this error can be caused by returning true from an action handler in a controller, causing the action to bubble.

I'm using Firefox 41.0 on Ubuntu 14.04 AMD64. Also tested Google Chrome Version 46.0.2490.80 (64-bit)

Thanks! Nils Jürgens

mnutt commented 8 years ago

Sorry for that oversight! I've submitted v0.14.1, it'll hopefully be up in the next few days.

njuergens commented 8 years ago

Thanks for the quick update! Looking forward to more testing :-)

mnutt commented 8 years ago

v0.14.1 has been released, can you check to see if it's working for you now?

njuergens commented 8 years ago

The upload button works, thanks!