使用docker 拉取最新的镜像,设置clerk报错 #9048
-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 7 replies
-
|
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.
-
|
Hi @sshipanoo! I'm Dosu and I’m helping the lobe-chat team. Clerk 认证无法在 Lobe Chat 的 client db 模式(即 lobe-chat 镜像)下使用,必须切换到 server db 模式(需要 Postgres 数据库)才能正常集成 Clerk。client db + auth 部署方式已被弃用,近期版本不再支持,会导致你遇到的 如需使用 Clerk,请使用带数据库的 lobe-chat 镜像,并确保设置以下环境变量: 简而言之:client db 模式无法用 Clerk,需切换到 server db 模式并正确配置环境变量。 To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
clerk 要自己构建镜像 |
Beta Was this translation helpful? Give feedback.
-
clerk builds your own image |
Beta Was this translation helpful? Give feedback.
-
|
要改Dockerfile.database自己构建镜像 |
Beta Was this translation helpful? Give feedback.
-
To change Dockerfile.database to build your own image |
Beta Was this translation helpful? Give feedback.

clerk 要自己构建镜像