Satellite-im / Warp

Interface Driven Distributed Data Service
MIT License
14 stars 3 forks source link

bug: Problem on UplinkWeb when we use tesseract.load_from_storage function #518

Closed lgmarchi closed 1 month ago

lgmarchi commented 1 month ago

Problem on UplinkWeb when we use tesseract.load_from_storage function

Uplink Web in regular tab

a. Problem that happens when I use create_identity.
image
b. Local Storage
image

Uplink Web in private tab

a. Not happen problem when I use create_identity.
b. Local Storage
image
dariusc93 commented 1 month ago

This sounds like a issue or conflict in the current session since private/incognito mode would give you a new session. My advice would be to try clearing the cache and data from localhost:5173. I would also ask that you try to reproduce it in the rust variant of wasm (see https://github.com/Satellite-im/Warp/tree/main/extensions/warp-ipfs/examples/wasm-ipfs-identity)