StickyNotes
StickyNotes copied to clipboard
Uncaught Javascript Exception in background.js
Cannot create new note Upon creating a new note on fresh snap install, an uncaught javascript exception is raised
To Reproduce
- Newly install app (on Ubuntu 16.04)
- Don't create a password when app creates a new profile (leave password field blank)
- Click + or CTRL-N to create a new note
Expected behavior A new note window should appear
Actual behavior
Modal error window appears:
TypeError: Cannot read property 'toString' of undefined at ReadFileContext.callback(/snap/stickynotes/950/resources/app.asar/background.js:1:78614)
Screenshots
An uncaught Javascript exception is raised in background.js:
TypeError: Cannot read property 'toString' of undefined at ReadFileContext.callback(/snap/stickynotes/950/resources/app.asar/background.js:1:78614)

Desktop:
- OS: Ubuntu 16.04
Additional context Add any other context about the problem here.