You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
Currently we do an empty write to the credential bolt db to get around a bug where if you do a read before anything is written it will throw an error
it's because the namespace bolt is using is created on first write. we should open up another issue to address it.
solutions:
seed the DB with a first entry
detect the namespace not exists error and throw another error
The text was updated successfully, but these errors were encountered: