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
baseapp tag provided in config is not available, I switch it to 3.0.43
wizard does not launch at start (even when wizard_enabled: true), I have to set wizard_step: '1' in templates/config/secrets.yaml.erb and remove the unless block around
if wizard times out when fetching license and registration, you can't continue (422 unprocessable entity), you need to change admin user email, and/or remove private keys (rm config/secrets/*.key config/secrets/*.pub config/secrets.yaml) and restart/reinstall. or, you might set wizard_step: 3 with vault
The text was updated successfully, but these errors were encountered:
wizard_enabled: true
), I have to setwizard_step: '1'
in templates/config/secrets.yaml.erb and remove theunless
block aroundrm config/secrets/*.key config/secrets/*.pub config/secrets.yaml
) and restart/reinstall. or, you might setwizard_step: 3
with vaultThe text was updated successfully, but these errors were encountered: