Getting Internal Server Error when pulling since upgrading to version 20.10

When I try to docker build, I get this response:

Error response from daemon: login attempt to https://registry-1.docker.io/v2/ failed with status: 500 Internal Server Error

There has been no changes to the docker setup or Dockerfile since last week, but I upgraded to version 20.10.1. My colleagues get the same result, except the one guy still running version 19.03.12. We are running on Fedora 32 and CentOS 7, up-to-date with the latest updates.

We get the same result for docker login too, after entering my credentials. We are running through a proxy, but that does not seem to be the culprit as it was working before and we get a connection and enter our credentials.

Is there any known issues?
Is there something I missed?
Do I need to change something for the new version to work?
Is there any work-arounds or flags I can test?

Any help or tips are greatly appreciated.