Empty Users Map in LocalDB in Offline Mode #37
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When entering offline mode it can happen that even though the users.db file is present, the users map is empty after calling
localDB#loadUsers
.Unsurprisingly this results in
EnvoyException: Could not enter offline mode: user name unknown
2 lines after the seemingly erroneus function.This shows what I mean:
This image has been taken directly after the aforementioned method.
This shows that all necessary files should be present:
Fixed in
5b4f2762e5
Empty users map in LocalDB in offline modeto Empty Users Map in LocalDB in Offline Mode