Rasa X not pushing changes

Rasa X spontaneously lost the ability to push changes. When click on “Add changes to Git server” (yellow state) it does nothing and stays in the yellow state.

The Rasa-X container is being flooded with the following message, about a dozen per second:

8.7.2021 11:09:13 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...
8.7.2021 11:09:13 [2021-07-08 09:09:13 +0000] - (sanic.access)[INFO][10.10.43.13:33680]: GET http://10.42.3.160:5002/ 200 3283
8.7.2021 11:09:13 INFO:sanic.access:
8.7.2021 11:09:13 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...
8.7.2021 11:09:13 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...
8.7.2021 11:09:13 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...
8.7.2021 11:09:13 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...
8.7.2021 11:09:13 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...
8.7.2021 11:09:14 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...
8.7.2021 11:09:14 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...
8.7.2021 11:09:14 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...
8.7.2021 11:09:14 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...
8.7.2021 11:09:14 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...
8.7.2021 11:09:14 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...
8.7.2021 11:09:14 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...
8.7.2021 11:09:14 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...
8.7.2021 11:09:14 INFO:sanic.access:
8.7.2021 11:09:14 [2021-07-08 09:09:14 +0000] - (sanic.access)[INFO][10.10.43.13:33690]: GET http://10.42.3.160:5002/ 200 3283
8.7.2021 11:09:14 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...
8.7.2021 11:09:14 DEBUG:rasax.community.services.background_dump_service:Waiting for pending changes to be dumped...

Versions:

Rasa X 0.40.0

Rasa OS 2.6.2

Installed with the Helm Chart.

Ist there a way to stash the Diff or somehow manually push the changes? I tried to kubectl exec into the pod, but I could not find a repo with changes in them.