HemmeligOrg / Hemmelig.app

Keep your sensitive information out of chat logs, emails, and more with encrypted secrets.
https://hemmelig.app
MIT License
681 stars 57 forks source link

Sign in succeeds, then "a is null" for Instance settings #287

Closed ltguillaume closed 4 months ago

ltguillaume commented 4 months ago

Description

Since v5.19.13, I cannot access the Instance settings:

Unexpected Application Error!
a is null

F@https://my.server/assets/settings-e8fa1b24.js:1:784
fd@https://my.server/assets/index-1216e1be.js:37:52872
Dc@https://my.server/assets/index-1216e1be.js:37:62346
Ky@https://my.server/assets/index-1216e1be.js:41:9293
Hy@https://my.server/assets/index-1216e1be.js:41:949
RS@https://my.server/assets/index-1216e1be.js:41:877
fi@https://my.server/assets/index-1216e1be.js:41:729
Jc@https://my.server/assets/index-1216e1be.js:39:10813
gy/<@https://my.server/assets/index-1216e1be.js:37:38697
e.unstable_runWithPriority@https://my.server/assets/index-1216e1be.js:26:3860
Pn@https://my.server/assets/index-1216e1be.js:37:38475
gy@https://my.server/assets/index-1216e1be.js:37:38645
ne@https://my.server/assets/index-1216e1be.js:26:2896
O.port1.onmessage@https://my.server/assets/index-1216e1be.js:26:1547
EventHandlerNonNull*@https://my.server/assets/index-1216e1be.js:26:1471
@https://my.server/assets/index-1216e1be.js:26:4506

Screenshots

No response

Additional information

v5.19.12 works fine.

bjarneo commented 4 months ago

I did not notice this issue until now. a is null, quite an error message.

bjarneo commented 4 months ago

v5.19.15 fixes this

ltguillaume commented 4 months ago

Thanks!