Hi All,
I have been trying to deploy my app but it keeps stopping with no errors. When I open Codespaces for the undeployed app it shows files for my main GitHub branch, but these are old files. Looking at the git source control graph in Codespaces, it is on the 10th merge pull request, while my github repo reflects the 29th merge pull request.
Is there a known issue with deployment where the latest changes to main are not being recognised. If not, what can I do to fix this?
The app is trying to be built on Python 3.12.
Thanks.