Error: DomException IdbKeyRangeMakeError (0): Creating key range failed #4675
Labels
A-Developer-Experience
A-Element-R
Issues affecting the port of Element's crypto layer to Rust
T-Defect
Issue: IdbKeyRangeMakeError when using fake-indexeddb with initRustCrypto
Description
I'm encountering an error when trying to initialize the crypto backend using
initRustCrypto
while using an in-memory IndexedDB from thefake-indexeddb
package. The error occurs specifically when callingthis.client.initRustCrypto()
.Error Message
I don't know why I am running into this error and how I can correct it. Any help is much appreciated.
Here is the relevant part of my code:
The text was updated successfully, but these errors were encountered: