Maintenance mode error

I was trying to refactor the code and repush the branch for testing. But I am getting the following error while running the test in CLI:

codecrafters test                            
Initiating test run...
create submission: failed to submit code to CodeCrafters. status code: 503, body: <!DOCTYPE html>
        <html>
          <head>
                <meta name="viewport" content="width=device-width, initial-scale=1">
                <meta charset="utf-8">
                <title>Offline for Maintenance</title>
                <style media="screen">
                  html,body,iframe {
                        margin: 0;
                        padding: 0;
                  }
                  html,body {
                        height: 100%;
                        overflow: hidden;
                  }
                  iframe {
                        width: 100%;
                        height: 100%;
                        border: 0;
                  }
                </style>
          </head>
          <body>
                <iframe src="https://codecrafters.io/heroku_pages/maintenance.html"></iframe>
          </body>
        </html>

In case of git push I was getting CodeCrafters internal error 503.

Please help.

We’re running maintenance, should be back up shortly: https://status.codecrafters.io/

Should be fixed now! Mind giving this another try @Shubho2?

2 Likes

Had the same problem at the same time. It’s fixed now, thanks.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.