V0 does not continue 'thinking' after running SQL via Supabase

Please don’t mind my anonymization method…

problem 1


I am running into issues after manually having to run SQL script via Supabase. v0 still seems to be ‘thinking’ afterwards as it needs to use the response of the query to answer the prompt. However the ‘thinking’ terminates after a few seconds and the prompt terminates as shown above. This happened multiple times and causes many manual actions to finally get an answer to the prompt.

problem 2
Furthermore I just experienced a very random new version in my project (v0 randomly regenerated the preview) which seems not to be generated by a prompt as I can’t find the version number in the chat and no prompt was running. v0 has been laggy all day which could be the cause of this issue (a delayed version generation after other prompts have already been executed), or it might have something to do with problem 1 hence the combined topic.

Disclaimer: I am very new to v0 so above could all be baseless thoughts.

Random thought: is it really necessary to load in the complete chat history? It seems to make v0 extremely slow and scrolling through the chat is very laggy. My recommendation would be to lazy-load the history from last prompt up.