Replies: 2 comments 1 reply
|
This is a confirmed bug in Dify v1.16.1. The issue is that the The fix is to skip the credential check for providers whose for datasource in datasources:
if not datasource.declaration.credentials_schema:
datasource.is_authorized = True
continue
# ... existing credential check logicA community member has indicated they're working on a PR for this. In the meantime, you can track progress on issue #39724. To reply, just mention @dosu. Docs are dead. Just use Dosu. |
|
那我现在是如何能够解决这个问题?是可以通过在.env中配置什么环境变量,还是智能等待你们的这个修复后发布新版本?我现在被卡住,无法继续下一步开发了。 |
Uh oh!
There was an error while loading. Please reload this page.
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I used the dify version is 1.16.1 and I used dify docker deploy. But I didn't have this issue when I use dify vesion 1.13.0. How to resolve this issue?
2. Additional context or comments
No response
All reactions