Error when running Komiser on a non-master branch #1026
Labels
bug
Something isn't working
good second issue
Good for seasoned contributors
hacktoberfest
hacktoberfest-accepted
Milestone
Describe the bug
A clear and concise description of what the bug is.
While running Komiser using a working config.toml file on a non-master branch (local development)
You can usually see the following error message on the first run of
komiser start
The current workaround is to simple run the
komiser start
or./komiser start
command again (*without deleting the data persistence method)To Reproduce
Steps to reproduce the behavior:
git checkout -b feat/checking-bug
go build
komiser start
Expected behavior
You should see the above error in the CLI
This error has been seen by multiple community members if you need help, reach out on the Discord server
The text was updated successfully, but these errors were encountered: