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 believe that is pouchdb using leveldb (and I assume it uses IndexedDB in
browser). Maybe it has trouble detecting the environment in electron?
Andrew
On Fri, Jan 24, 2020, 9:52 PM Alex Layton ***@***.***> wrote:
I get Error: A dynamic link library (DLL) initialization routine failed
because it tries to use leveldb like in regular node.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9?email_source=notifications&email_token=AAOHLBOYX47RXW5Q4CPZ7RTQ7OSQDA5CNFSM4KLOQN5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ4TSUA#issuecomment-578369872>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOHLBKKMM7QPOYQH3446KTQ7OSQDANCNFSM4KLOQN5A>
.
Yes pouch is doing it. But there are ways to make pouch not try to load it in browser. Perhaps it works as is in a regular browser and is just confused by electron. I know pouch can work in electron without trying to load leveldb.
Is it supposed to work in browser? Because it does not for me. At least not in electron.
The text was updated successfully, but these errors were encountered: