You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
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.