-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
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
[Bug] unhandledRejection: ReferenceError: Cannot access 'm' before initialization #5386
Comments
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
@Jiaheliu137 你好!我是Dosu,我是一个可以帮助您解决 bug、回答问题,并成为贡献者的机器人。我会在等待人类维护者的过程中为您提供帮助。 A similar issue has been reported in the repository, where the error "ReferenceError: Cannot access 'm' before initialization" occurs. This error typically indicates that a variable is being used before it has been properly initialized. Here are some steps you can take to address this issue:
This issue is similar to one reported in a previous version (v1.45.4) [1]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
补充一下,是lobechat database的服务器版本,docker部署 |
To add, it is the server version of lobechat database, docker deployment |
@Jiaheliu137 问一下,这个抛错目前影响使用吗 |
@Jiaheliu137 I would like to ask, does this error currently affect the use? |
正常对话可以;但是无法建立个人知识库,和正常的非数据库版本功能一样 |
Normal conversations are possible; however, personal knowledge base cannot be established, which is the same as the normal non-database version. |
📦 Environment
Docker
📌 Version
1.45.5
💻 Operating System
Ubuntu
🌐 Browser
Chrome
🐛 Bug Description
docker部署的,初始部署完毕,查看日志的时候,显示如下错误:
ReferenceError: Cannot access 'm' before initialization
at Object.y (.next/server/chunks/39817.js:257:19183)
at (.next/server/chunks/39817.js:257:23459)
at (.next/server/chunks/86177.js:159:1345)
at o (.next/server/chunks/86177.js:159:1740)
at s (.next/server/chunks/86177.js:159:1766)
at d (.next/server/chunks/86177.js:159:1943)
at (.next/server/chunks/39817.js:257:23405)
at t.a (.next/server/webpack-runtime.js:1:989)
at 955225 (.next/server/chunks/39817.js:257:23158)
at t (.next/server/webpack-runtime.js:1:143)
⨯ unhandledRejection: ReferenceError: Cannot access 'm' before initialization
at Object.y (.next/server/chunks/39817.js:257:19183)
at (.next/server/chunks/39817.js:257:23459)
at (.next/server/chunks/86177.js:159:1345)
at o (.next/server/chunks/86177.js:159:1740)
at s (.next/server/chunks/86177.js:159:1766)
at d (.next/server/chunks/86177.js:159:1943)
at (.next/server/chunks/39817.js:257:23405)
at t.a (.next/server/webpack-runtime.js:1:989)
at 955225 (.next/server/chunks/39817.js:257:23158)
at t (.next/server/webpack-runtime.js:1:143)
{
📷 Recurrence Steps
docker部署初始部署完毕,查看日志的时候就会显示上面的代码
🚦 Expected Behavior
No response
📝 Additional Information
No response
The text was updated successfully, but these errors were encountered: