Skip to content
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] Can not startup #5369

Closed
fyl080801 opened this issue Jan 9, 2025 · 6 comments
Closed

[Bug] Can not startup #5369

fyl080801 opened this issue Jan 9, 2025 · 6 comments
Labels
๐Ÿ› Bug Something isn't working | ็ผบ้™ท

Comments

@fyl080801
Copy link

๐Ÿ“ฆ Environment

Docker

๐Ÿ“Œ Version

v1.45.4

๐Ÿ’ป Operating System

Other Linux

๐ŸŒ Browser

Chrome

๐Ÿ› Bug Description

startup occur error

โ”‚ ReferenceError: Cannot access 'm' before initialization                                                                                                                                                                                                                                                                 โ”‚
โ”‚     at Object.y (.next/server/chunks/80295.js:257:19183)                                                                                                                                                                                                                                                                โ”‚
โ”‚     at <unknown> (.next/server/chunks/80295.js:257:23459)                                                                                                                                                                                                                                                               โ”‚
โ”‚     at <unknown> (.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 <unknown> (.next/server/chunks/80295.js:257:23405)                                                                                                                                                                                                                                                               โ”‚
โ”‚     at t.a (.next/server/webpack-runtime.js:1:989)                                                                                                                                                                                                                                                                      โ”‚
โ”‚     at 955225 (.next/server/chunks/80295.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/80295.js:257:19183)                                                                                                                                                                                                                                                                โ”‚
โ”‚     at <unknown> (.next/server/chunks/80295.js:257:23459)                                                                                                                                                                                                                                                               โ”‚
โ”‚     at <unknown> (.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 <unknown> (.next/server/chunks/80295.js:257:23405)                                                                                                                                                                                                                                                               โ”‚
โ”‚     at t.a (.next/server/webpack-runtime.js:1:989)                                                                                                                                                                                                                                                                      โ”‚
โ”‚     at 955225 (.next/server/chunks/80295.js:257:23158)                                                                                                                                                                                                                                                                  โ”‚
โ”‚     at t (.next/server/webpack-runtime.js:1:143)                 

๐Ÿ“ท Recurrence Steps

No response

๐Ÿšฆ Expected Behavior

No response

๐Ÿ“ Additional Information

No response

@fyl080801 fyl080801 added the ๐Ÿ› Bug Something isn't working | ็ผบ้™ท label Jan 9, 2025
@github-project-automation github-project-automation bot moved this to Roadmap - Chat 1.x in Lobe Chat Routine Jan 9, 2025
@lobehubbot
Copy link
Member

๐Ÿ‘€ @fyl080801

Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
้žๅธธๆ„Ÿ่ฐขๆ‚จๆไบค issueใ€‚ๆˆ‘ไปฌไผšๅฐฝๅฟซ่ฐƒๆŸฅๆญคไบ‹๏ผŒๅนถๅฐฝๅฟซๅ›žๅคๆ‚จใ€‚ ่ฏท็กฎไฟๆ‚จๅทฒ็ปๆไพ›ไบ†ๅฐฝๅฏ่ƒฝๅคš็š„่ƒŒๆ™ฏไฟกๆฏใ€‚

Copy link

dosubot bot commented Jan 9, 2025

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:

  1. Check Variable Declarations: Review the code in the .next/server/chunks/80295.js file, particularly around the line mentioned in the error (line 257). Ensure that all variables are declared and initialized before they are used.

  2. Review Recent Changes: Since this error is occurring in version v1.45.4, examine any recent changes made in this version. Look for modifications related to variable declarations or initializations that might have introduced this issue.

  3. Debugging: Use debugging tools or add console logs to trace the execution flow and identify where the variable is being accessed before initialization.

This issue is similar to one reported in a previous version (v1.45.0) [1].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@bentwnghk
Copy link

Same as #5352

@lobehubbot
Copy link
Member

Bot detected the issue body's language is not English, translate it automatically. ๐Ÿ‘ฏ๐Ÿ‘ญ๐Ÿป๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘๐Ÿ‘ซ๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿป๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ๐Ÿ‘ฌ๐Ÿฟ


Same as #5352

@arvinxx
Copy link
Contributor

arvinxx commented Jan 9, 2025

duplicate of #5352

@arvinxx arvinxx closed this as completed Jan 9, 2025
@github-project-automation github-project-automation bot moved this from Roadmap - Chat 1.x to Done in Lobe Chat Routine Jan 9, 2025
@lobehubbot
Copy link
Member

โœ… @fyl080801

This issue is closed, If you have any questions, you can comment and reply.
ๆญค้—ฎ้ข˜ๅทฒ็ปๅ…ณ้—ญใ€‚ๅฆ‚ๆžœๆ‚จๆœ‰ไปปไฝ•้—ฎ้ข˜๏ผŒๅฏไปฅ็•™่จ€ๅนถๅ›žๅคใ€‚

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
๐Ÿ› Bug Something isn't working | ็ผบ้™ท
Projects
Status: Done
Development

No branches or pull requests

4 participants