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
i am using v5.0.0 version, and not able to get past the keying while db setup, fails at the step where i m trying to key the sqlite database without any errors in logs.
await instance.run(`PRAGMA key = "x'${key}'";`);
If I don't do the above step, everything works fine. Is this linked to ISSUE 46 , because i had to rename napi folders v6 as v3 and make it run on windows
It works in Mac but not in Windows 10 (Parallels machine i have on my machine)
The text was updated successfully, but these errors were encountered:
@vidyuthd I know how to fix it, try to run electron-rebuild, and change node_modules\@journeyapps\sqlcipher\lib\binding\napi-v6-win32-x64 to napi-v3-win32-x64.
Hi
i am using v5.0.0 version, and not able to get past the keying while db setup, fails at the step where i m trying to key the sqlite database without any errors in logs.
If I don't do the above step, everything works fine. Is this linked to ISSUE 46 , because i had to rename napi folders v6 as v3 and make it run on windows
It works in Mac but not in Windows 10 (Parallels machine i have on my machine)
The text was updated successfully, but these errors were encountered: