firekirin67
firekirin67
很奇怪的问题 ,我发现另一个项目模块就没有这样的问题, 两个项目都在一个目录结构下 但是现在出现如此诡异的一幕 由于项目资料太多不方便截图 后续我自行debug解决
注销掉配置文件env.py 120-160行的配置就行
注释掉配置文件env.py 120-160行的配置就行
> This problem kind of just fixed itself... > > I enabled verbose logging and tried to run the process again and it worked fine. Netbird worked completely end to...
After I saw this topic #1709 , I used the code ```bash PAT=$(cat ./machinekey/zitadel-admin-sa.token) NETBIRD_DOMAIN= curl -v --fail -o /dev/null "https://$NETBIRD_DOMAIN/auth/v1/users/me" -H "Authorization: Bearer $PAT" ``` and the result I...
> @firekirin67你能解决这个问题吗?我遇到了同样的问题,我被困在 Zitadel 中,无法进入准备循环,该怎么办 I have already resolved it. You can check issue #1709 to see if the outcome can be helpful.