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
This breaks for me on Windows, between using release 0.8.0 and 0.8.5. I do not use ui_dir (only ui set to true) in the config. Since upgrading, I now get that (incorrect) error message, and now it will not launch. Even adding in a line for "ui_dir": "" with blank string value I thought might work after looking at the diff, but does not. Maybe there is a default or something that only happens on Windows?
Simplified it down to this only to still reproduce the symptom:
Thanks @slackpad for the help. After looking closer, I am using choco to install and manage consul via nssm, and looking deeper into how it is launched I see that the CLI is passing the ui-dir arg in. Sorry for the false alarm and I'll leave this up in case anyone else has a similar issue:
My "fix" is to remove the "ui": true from my config, since the CLI arg sets the UI path out of box and it is redundant. Everything working as expected now 👍
This captures the follow up from #2918 (comment):
Simplified it down to this only to still reproduce the symptom:
Results in log:
The text was updated successfully, but these errors were encountered: