Skip to main content

All Questions

Tagged with
1 vote
0 answers
485 views

error in rxdb:Cannot read properties of undefined (reading 'key')?

enter image description here rx-schema-helper.ts:104 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'key') at getPrimaryFieldOfPrimaryKey (rx-schema-helper.ts:104:63)...
sanguogege's user avatar
3 votes
0 answers
771 views

Rxdb: Purge deleted items and old revisions by manually replicating (copying) rxdb database?

I'm looking for a way to replicate an rxdb instance locally, in the browser (local storage to local storage). I read somewhere that this is the only way to purge deleted items (can't find the link now)...
yen's user avatar
  • 2,092
0 votes
1 answer
620 views

RxDB - can't find collection after reload

Trying to start with RxDB in my angular application. Wanted to get something simple to work: export const LANG = { version: 0, title: "Language Key", type: "object", properties: { key: { ...
user9316588's user avatar