v0 fails to restore previous working versions when forking

I’m having an issue with v0 where it’s not letting me genuinely restore previous working versions.

Current Behavior

Even if I were to:

  1. Select the versions I know were working yesterday.
  2. Fork it into a new chat.

Result: The site remains broken.

1 Like

There are many reasons an app might not be working

  • Your code is wrong
  • Your code relies on local storage or similar, which doesn’t match the code expectations
  • Your code connects to third party services which return responses your code doesn’t expect
  • Or those services are down entirely
  • v0 itself could be having issues

Rolling back to previous working versions will only solve the first two

Can you describe more about what the errors you’re running into are?

1 Like