Closed kjk closed 8 years ago
The backend tries to save bookmarks data in ~/.pgweb/bookmarks, which doesn't exist. Should change it to getDataDir()/bookmarks for now but ultimates it's per-user so should be in database.
~/.pgweb/bookmarks
getDataDir()/bookmarks
The backend tries to save bookmarks data in
~/.pgweb/bookmarks
, which doesn't exist. Should change it togetDataDir()/bookmarks
for now but ultimates it's per-user so should be in database.