Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Create namespaces on db creation #176

Closed
nitro-neal opened this issue Nov 14, 2022 · 2 comments
Closed

Create namespaces on db creation #176

nitro-neal opened this issue Nov 14, 2022 · 2 comments
Assignees
Labels
bug Something isn't working road-to-prod

Comments

@nitro-neal
Copy link
Contributor

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

@andresuribe87
Copy link
Contributor

@nitro-neal is this still an issue?

@github-project-automation github-project-automation bot moved this to 🆕 New in SSI May 8, 2023
@decentralgabe decentralgabe removed their assignment May 9, 2023
@decentralgabe decentralgabe moved this from 🆕 New to 📋 Backlog in SSI May 9, 2023
@nitro-neal
Copy link
Contributor Author

This was fixed with this - #241

@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in SSI Jun 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working road-to-prod
Projects
No open projects
Status: Done
Development

No branches or pull requests

3 participants