"Unable to process request" when sending a prompt

The problem is simple, it has reached a point, that even if I do a Fork of the application, I still get the same error:

“Unable to process request. Please edit your message and try again.”

I have tried restoring versions, editing code by hand or reverting changes, and it still won’t let me write or send any more prompts, and I don’t get any more feedback or see another error.

I have also detected that if I set a new prompt, when I send it and it fails again, the prompt message reverts to an old one.

Has anyone gone through this, and is there any way to fix it?

Update:

Its happening also in home page of V0:

Maybe its something on my account?

Thanks!

Your account/subscription looks ok, nothing suspicious there

Are you able to send any messages at all? I see lots of successful 200 responses in the logs for you but then also some empty message errors that looks like you’re sending blank chats

Do you see any client side errors when you do this? Can you check your network tab to see what’s being sent in the body of the chat request?

At first, I saw a lot of errors, but I configured the developer tools to clear the cache when I open them. It’s fixed now, but I saw multiple 401 and 400 errors. I will do some tests and i will come back with more info.

Thanks Jacob