David Fahlander

Results 556 comments of David Fahlander

Good you found a way to use import - yes import is much less likely to fail half ways than using the REST API.

Thanks for reminder. Is the realmId a userId or an id of a real Realm object?

Oh, here's the reason: Private singletons must have a timestamp property called '$ts' on them or else they won't be saved. All properties starting with '$' are also escaped to...

Thanks! I should update the docs.

It seems this hasn't to do with middleware. I modified the repro to insert the flags in the put operations and could make it crash also then: https://stackblitz.com/edit/stackblitz-starters-huwmol?file=src%2Fmain.ts I think...

No it's not. I've set May 15 as end date on this issue in the project and prio 1. But it's still a guess.

DatabaseClosedError can happen if the underlying database is being closed for any reason, for example if someone deletes the database in devtools, if QuotaExceededError is has been thrown in an...