🐛 [Bug]: 退出时,后台错误导致页面卡住
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 85
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Version
1.4.0
Link to minimal reproduction
下载的最新版本
Step to reproduce
- 下载代码, pnpm i
- pnpm run start
- 在 web 页面中点击退出
- 后台报错,前台卡住
- [NestWinston] 32392 2026/8/27 17:55:29 ERROR [ExceptionsHandler] Cannot read properties of undefined (reading 't') - {
stack: [
"TypeError: Cannot read properties of undefined (reading 't')\n" +
What is expected
能正常退出
What is actually happening
后台报错,前台页面卡住,逻辑不动了
What is your project name
platform
Any additional comments (optional)
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with pnpm i and pnpm run start, then inspect the logout request and the backend error containing Cannot read properties of undefined (reading 't'). Done means clicking logout completes normally, produces no backend exception, and the web page does not remain stuck.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- full-stack
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100