Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,451
Widok
0
31/08/2018 3:49 pm
Topic starter
gitlab, Whoops, something went wrong on our end., runners page
1 Answer
0
31/08/2018 3:51 pm
Topic starter
solution for
1 |
ActionView::Template::Error (bad decrypt): |
ActionView::Template::Error (bad decrypt):
0. try cleaning custom variables from database
1.
1 |
gitlab-rails dbconsole
|
gitlab-rails dbconsole
2. check
1 |
SELECT * FROM ci_variables; |
SELECT * FROM ci_variables;
3.
1 |
DELETE FROM ci_variables;
|
DELETE FROM ci_variables;
4.
1 |
commit |
commit
5.
1 |
q |
q
6. gitlab-ctl reconfigure