local run error, /app/api/messages/ missing conversation_id #21

Closed
opened 2026-02-16 10:15:49 -05:00 by yindo · 4 comments
Owner

Originally created by @fjun99 on GitHub (Feb 22, 2024).

Can anyone help? Thank you very much!

(Vercel is ok.)

error - AxiosError: Request failed with status code 400
at settle (webpack-internal:///(sc_server)/./node_modules/axios/dist/node/axios.cjs:1628:16)
at IncomingMessage.handleStreamEnd (webpack-internal:///(sc_server)/./node_modules/axios/dist/node/axios.cjs:2506:21)
at IncomingMessage.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
at Axios.request (webpack-internal:///(sc_server)/./node_modules/axios/dist/node/axios.cjs:3148:49)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async ChatClient.sendRequest (webpack-internal:///(sc_server)/./node_modules/dify-client/index.js:78:24)
at async GET (webpack-internal:///(sc_server)/./app/api/messages/route.ts:13:23)
at async eval (webpack-internal:///(sc_server)/./node_modules/next/dist/server/future/route-modules/app-route/module.js:244:37) {

data: {
  code: 'invalid_param',
  message: 'Missing required parameter in the query string',
  params: 'conversation_id'
}

it seems the onData() in handleSend in index.tsx is not triggered when locally deployed.

Originally created by @fjun99 on GitHub (Feb 22, 2024). Can anyone help? Thank you very much! (Vercel is ok.) error - AxiosError: Request failed with status code 400 at settle (webpack-internal:///(sc_server)/./node_modules/axios/dist/node/axios.cjs:1628:16) at IncomingMessage.handleStreamEnd (webpack-internal:///(sc_server)/./node_modules/axios/dist/node/axios.cjs:2506:21) at IncomingMessage.emit (node:events:531:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) at Axios.request (webpack-internal:///(sc_server)/./node_modules/axios/dist/node/axios.cjs:3148:49) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async ChatClient.sendRequest (webpack-internal:///(sc_server)/./node_modules/dify-client/index.js:78:24) at async GET (webpack-internal:///(sc_server)/./app/api/messages/route.ts:13:23) at async eval (webpack-internal:///(sc_server)/./node_modules/next/dist/server/future/route-modules/app-route/module.js:244:37) { data: { code: 'invalid_param', message: 'Missing required parameter in the query string', params: 'conversation_id' } it seems the onData() in handleSend in index.tsx is not triggered when locally deployed.
yindo closed this issue 2026-02-16 10:15:49 -05:00
Author
Owner

@GZ315200 commented on GitHub (Feb 23, 2024):

same with me

@GZ315200 commented on GitHub (Feb 23, 2024): same with me
Author
Owner

@sesirbu commented on GitHub (Feb 23, 2024):

I have the same problem in local run

@sesirbu commented on GitHub (Feb 23, 2024): I have the same problem in local run
Author
Owner

@marsDes commented on GitHub (Feb 27, 2025):

clean ur locastorage?

@marsDes commented on GitHub (Feb 27, 2025): clean ur locastorage?
Author
Owner

@wmasfoe commented on GitHub (Apr 13, 2025):

same with me

@wmasfoe commented on GitHub (Apr 13, 2025): same with me
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#21