Clerk的webhook好像有问题 #9020
Replies: 4 comments
-
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
Beta Was this translation helpful? Give feedback.
-
Clerk 的 webhook 端点只支持 POST 方法,浏览器访问(GET 请求)会返回 405 是正常现象。实际 webhook 请求应该由 Clerk 服务器以 POST 方式发送到 如果 Clerk 后台显示所有 webhook 都超时,常见原因有:
你可以用 curl 或 Postman 向 如果还有问题,可以贴一下 lobe-chat 后端日志里关于 webhook 的报错内容,方便进一步定位。 To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
后端没有相关日志,网络连通性没问题,除webhook外clerk功能一切正常。 |
Beta Was this translation helpful? Give feedback.
-
感觉可能是你的配置问题?我们这边是都正常的,建议自己再检查下 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
📦 Platform
Self hosting Docker
📦 Deploymenet mode
server db(lobe-chat-database image)
📌 Version
1.120.2
💻 Operating System
Windows
🌐 Browser
Chrome
🐛 Bug Description
我确定环境变量设置正确。浏览器打开Webhook端点返回405,容器日志完全没看到和webhook相关的。所有请求都失败,clerk后台显示如下图
所有请求都是上图一样的错误。
📷 Recurrence Steps
No response
🚦 Expected Behavior
No response
📝 Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions