Basic API no longer works, responds but does not create images

I am using the Basic API to generate Images, calling http://127.0.0.1:8000/prompt

This has been working just fine, however one of the recent updates has been breaking this functionality. The API call still responds “OK” with messages like

{“prompt_id”: “ddc3310c-a38c-41f4-944c-800521db9ac7”, “number”: 120, “node_errors”: {}}

with changing ids and the number counting up, however, no image generation is triggered, and I cannot find anything at all in the logs

I’m a bit lost whats going on and I suspect an update has broken things???

I gave up looking for reasons what is broken. Uninstalled and cleaned out everything, did a full reinstall and things are back to normal.

Learning: Do a lot more of versioned backups to be able to roll back and compensate bad updates.