We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用的Docker方式启动的:
docker run -d \ --name wewe-rss \ -p 4000:4000 \ -e DATABASE_TYPE=sqlite \ -e AUTH_CODE=123567 \ -v $(pwd)/data:/app/data \ cooderl/wewe-rss-sqlite:latest
添加读书账号的时候,http://localhost:4000/trpc/platform.createLoginUrl?batch=1 这个接口报500 Docker日志显示的:
2024-12-19 13:27:20 [Nest] 112 - 12/19/2024, 5:27:20 AM LOG [TrpcService] error: 2024-12-19 13:27:20 [Nest] 112 - 12/19/2024, 5:27:20 AM LOG [TrpcService] AggregateError 2024-12-19 13:27:20 [Nest] 112 - 12/19/2024, 5:27:20 AM ERROR [TrpcService] Can't handle this error: 2024-12-19 13:28:41 [Nest] 112 - 12/19/2024, 5:28:41 AM DEBUG [TrpcService] disabledAccounts: 2024-12-19 13:28:41 [Nest] 112 - 12/19/2024, 5:28:41 AM DEBUG [TrpcService] Object:
然后登录之前的:二维码也刷不出来。
请教,这种情况下怎么办?谢谢
The text was updated successfully, but these errors were encountered:
这看不到具体的报错。
你尝试一下这个issue中的解决方案 #303 (comment)
Sorry, something went wrong.
No branches or pull requests
使用的Docker方式启动的:
添加读书账号的时候,http://localhost:4000/trpc/platform.createLoginUrl?batch=1 这个接口报500
Docker日志显示的:
然后登录之前的:二维码也刷不出来。
请教,这种情况下怎么办?谢谢
The text was updated successfully, but these errors were encountered: