Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitlab Oauth 500 #1026

Open
b1cat opened this issue Mar 6, 2024 · 1 comment
Open

Gitlab Oauth 500 #1026

b1cat opened this issue Mar 6, 2024 · 1 comment

Comments

@b1cat
Copy link

b1cat commented Mar 6, 2024

image

@b1cat
Copy link
Author

b1cat commented Mar 6, 2024

可通过手动进入数据库修改authen_scmoauthsetting 中 secret 字段为 varchar(255)

[root@localhost server]# docker exec -it codeanalysis_mysql_1 mysql -uroot -p

mysql> use codedog_main;

mysql> alter table authen_scmoauthsetting modify client_secret varchar(255) not null;

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant