opentiny / opentiny/tiny-pro

🐛 [Bug]: 退出时,后台错误导致页面卡住

Open
#236 1 comment 0 reactions 0 assignees View on GitHub

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
  1. 下载代码, pnpm i
  2. pnpm run start
  3. 在 web 页面中点击退出
  4. 后台报错,前台卡住
  5. [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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.