网站聊天没回应,但dify日志能看到回应 #6

Closed
opened 2026-02-16 10:15:12 -05:00 by yindo · 1 comment
Owner

Originally created by @dinggithub on GitHub (May 25, 2023).

在vercel部署的网站聊天经常没回应,但在dify的日志里却能看到生成的对话,不知道哪里出问题了。vercel的log如下:
image
RangeError: Incorrect locale information provided
at Intl.getCanonicalLocales ()
at CanonicalizeLocaleList (/var/task/.next/server/chunks/183.js:60105:17)
at match (/var/task/.next/server/chunks/183.js:60365:108)
at getLocaleOnServer (/var/task/.next/server/app/page.js:359:63)
at LocaleLayout (/var/task/.next/server/app/page.js:373:20)
at X (/var/task/.next/server/chunks/183.js:61941:13)
at Na (/var/task/.next/server/chunks/183.js:62109:21)
at Array.toJSON (/var/task/.next/server/chunks/183.js:61869:20)
at stringify ()
at da (/var/task/.next/server/chunks/183.js:61383:9)
[Error: An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details. A digest property is included on this error instance which may provide additional details about the nature of the error.] {
digest: '2702072224'
}

Originally created by @dinggithub on GitHub (May 25, 2023). 在vercel部署的网站聊天经常没回应,但在dify的日志里却能看到生成的对话,不知道哪里出问题了。vercel的log如下: ![image](https://github.com/langgenius/webapp-conversation/assets/16711606/dfc8e479-3d62-4f78-82ae-39add1712dec) RangeError: Incorrect locale information provided at Intl.getCanonicalLocales (<anonymous>) at CanonicalizeLocaleList (/var/task/.next/server/chunks/183.js:60105:17) at match (/var/task/.next/server/chunks/183.js:60365:108) at getLocaleOnServer (/var/task/.next/server/app/page.js:359:63) at LocaleLayout (/var/task/.next/server/app/page.js:373:20) at X (/var/task/.next/server/chunks/183.js:61941:13) at Na (/var/task/.next/server/chunks/183.js:62109:21) at Array.toJSON (/var/task/.next/server/chunks/183.js:61869:20) at stringify (<anonymous>) at da (/var/task/.next/server/chunks/183.js:61383:9) [Error: An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details. A digest property is included on this error instance which may provide additional details about the nature of the error.] { digest: '2702072224' }
yindo closed this issue 2026-02-16 10:15:12 -05:00
Author
Owner

@iamjoel commented on GitHub (Jun 10, 2023):

Pull the latest code and reinstall dependencies to see if the issue still exists. It may be due to response timeout. Previously, the issue was caused by returning in block format, but now it supports returning in streaming format.

@iamjoel commented on GitHub (Jun 10, 2023): Pull the latest code and reinstall dependencies to see if the issue still exists. It may be due to response timeout. Previously, the issue was caused by returning in block format, but now it supports returning in streaming format.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#6