Sprite got reset after error

Just tried sprites for the first time today. I got started and things were going awesome, got my app installed, postgres running and cooking along with claude. I tried to run a server and after a while it seemed to work, but after an initial request I got a gateway error. I noticed my console session died as well. When I did another console on the same sprite all of my work setting things up was gone :frowning: :frowning: It seems like it did some kind of factory reset or something. I had thought things were more persistent, so I hadn’t done a checkpoint yet, unfortunately. Is this a know issue. Should I be checkpointing after everything I do pretty much?

Whats the org slug and sprite name of the one that had the problem?

While we investigate this, try runningsprite checkpoint list -s <name> -include-auto. If that arg doesn’t exist, you may need sprite upgrade.

You should see some time based auto checkpoints. See if restoring to one of those gets you back.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.