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.