dashboards_server
dashboards_server copied to clipboard
logging error msg for #500
I lost a lot of time because the server was displaying in log
STACK: undefined
and jupyterhub was only showing 500: Internal Server Error
. After adding displaying explicit error msg I found out it was permissions issue
Filed to upload file: EACCES: permission denied, open '/srv/dashboards/notebook/Untilted3.ipynb'
I think it would be useful to display whole error msg.