Skip to content

error parsing HTTP 413 response body #1

Description

@heckfeld

i got this error at the end of the pipeline of gitlab-runner:

$ docker push $CI_REGISTRY/$CI_PROJECT_PATH:latest
The push refers to a repository [registry....../my-awesome-project]
a75caa09eb1f: Preparing
error parsing HTTP 413 response body: invalid character '<' looking for beginning of value: "\r\n<title>413 Request Entity Too Large</title>\r\n<body bgcolor="white">\r\n

413 Request Entity Too Large

\r\n
nginx/1.13.7\r\n\r\n\r\n"
ERROR: Job failed: exit code 1

Seems to be a misconfiguration of nginxproxy. fixed with the line

client_max_body_size 20000M;

in nginxproxy:/etc/nginx/nginx.conf

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions