Hello experts.
I typically work locally and push to glitch. The pattern has always worked correctly, but after some changes to the project, I started getting this error when pushing:
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
send-pack: unexpected disconnect while reading sideband packet
Writing objects: 100% (43/43), 2.71 MiB | 23.00 KiB/s, done.
Total 43 (delta 15), reused 0 (delta 0), pack-reused 0
fatal: the remote end hung up unexpectedly
I thought it could be a project size quota, but that is not the case. Does anyone have any suggestions on how to investigate further?
Thanks