WongSaang / chatgpt-ui

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.45k stars 321 forks source link

Typewriter not stopping and leaving undefined text in chat #230

Open ilovefreesw opened 1 year ago

ilovefreesw commented 1 year ago

image

After enabling the typewriter effect, it either type so slowly and most of the time I get "undefined" in the chat response. But when I refresh the page, the message appears in the normal text.

NandhaKishorM commented 1 year ago

same, happening to me

ilovefreesw commented 1 year ago

same, happening to me

For the time being..just turn it off.

NandhaKishorM commented 1 year ago

This maybe issue with front end vue js, Logs User [Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/core [nitro] [dev] [unhandledRejection] TypeError: Cannot read properties of undefined (reading 'dark')

GOvEy1nw commented 1 year ago

Oh man, I'm getting this too. Any solution yet (besides just turning it off?)

ilovefreesw commented 1 year ago

Oh man, I'm getting this too. Any solution yet (besides just turning it off?)

Not yet.

Lucas-Chen-10 commented 1 year ago

the same problem!!!

thwolter commented 12 months ago

For me, setting NUXT_PUBLIC_TYPEWRITER=false helped.

Seems, there is a bug in the file Conversation.vue. Changing line 29 to "if (runtimeConfig.public.typewriter && nextMessage.length)" solves the issue also NUXT_PUBLIC_TYPEWRITER=true.