You’re probably familiar with the following choice that appears randomly. It aims to gain feedback by giving users 2 separate response for the same prompt, in which the user can choose which one he prefers.
However, if you notice, the response is quite long, so it also pops up another special button: “Continue Generating”. I was curious how exactly the button will perform the task? will it generate one or both both responses?
So I clicked it. Immediately, the screen went blank (just a default background color), followed by an error screen.
Clicking Try Again doesn’t change anything. Even worse, this chat has now been permanently inaccessible. I tried refreshing ChatGPT. I can access other chats from the sidebar and prompt new chats as usual, but when I click on that chat, it returns me to that error screen. It doesn’t matter whether I try to access from the sidebar, or from direct link.
The console log reveals multiple related errors when opening the chat.
TypeError: n.message is undefined
...stack trace...
Caused by: React ErrorBoundary Error: n.message is undefined
...stack trace...
ReactRenderingError: n.message is undefined
... stack trace...
This repeats about 5 times