Need help with Quasar + Electron + RxDB #10796
Unanswered
krzjablonski
asked this question in
CLI - Electron mode
Replies: 2 comments 5 replies
-
I ran your code in electron mode and have the same issue. I don't know what the problem is but I do know this Quasar V1 repo/app ( pretty awesome app ) uses Electron/Capacitor/RxDB and works: |
Beta Was this translation helpful? Give feedback.
2 replies
-
I haven't run the app yet, but I do have a question first: Just curious what would the outcome be... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I need an offline database solution for electron and android. Therefore I chose to try RxDB, as due to many adapters it can be used on both platforms. Unfortunately on Electron I came across an error that kills the site.
Error is produced when calling addCollections on RxDB instance. The screen goes white and devtools are disconnected.
Here is a link for a public github repo with a sample project that has the same issue: https://github.com/krzjablonski/quasar_rxdb
I wonder if that is because I expose database object through preload script?
I would appreciate any help 😊
A couple of additional info:
Node version: 14.15.0
Electron version: 15.2.0
Os: Windows 10 Pro 21H1 19043.1237
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions