I’m running a FastAPI app in a Docker Space on Hugging Face, and I’m experiencing an issue where my Space keeps using an old commit, even after pushing new commits and triggering a redeploy.
Hey @Martim-Ramos-Neural,
I ran into a similar issue previously where the space was stuck on Building status and even after trying Factory Rebuild and Restart This Space, nothing helped. The only thing that worked for me was creating a new Space and pushing the latest code there.
If feasible, you might want to try this as a last resort.
Same here. In my Logs, the Commit SHA shows an old commit.
I have tried Restarting the space, and pushing new commits, but no luck.
Update: I think it was because I was both logged in with both Chrome and Firefox. Only having 1 page open with the HF space while deploying seemed to make a difference. Possible a web socket issue.