-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Issue
The templates screen was stuck in loading.
Also when I opened the templates via the dashboard (direct link) and hit the edit button it got stuck.
It seems the issue was that i created a vault password (which didn't seem to work) but moved on to variable groups with a secret. When I added the VG the templates screen did not get out of the loading loop anymore.
I have deleted the vault entries from the sqlite database:
delete from project__template_vault;
After this the templates screen is showing and I can edit my templates again.
Other info:
Version: v2.16.32-d2c2b4a-1760089605
Sqlite database (not BoltDB)
Impact
Web-Frontend (what users interact with)
Installation method
Docker
Database
BoltDB
Browser
Chrome
Semaphore Version
v2.16.32-d2c2b4a-1760089605
Ansible Version
ansible 2.10.8
Logs & errors
Nothing was being logged.
I only got a 404 in the development view of my browser.
Manual installation - system information
No response
Configuration
No response
Additional information
No response