Day 11 of challenge - 503 Service Unavailable Error

I can’t send a request to https://water-ttl.herokuapp.com/hygrometer

I have a 503 error

<!DOCTYPE html>
	<html>
	  <head>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<meta charset="utf-8">
		<title>Application Error</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="//www.herokucdn.com/error-pages/application-error.html"></iframe>
	  </body>
	</html>

What is the problem?

@santiespindd - There are some other posts in the 30-days category from October where they still haven’t had a response from the original owner of the heroku app that is being used in the challenge.

I am not sure if the 30-day challenge is defunct, but here are the other posts that mention the same issue

https://community.postman.com/t/day-11-of-challenge-503-service-unavailable/70673/5

It appears @jetison made a comment years ago about missing emails from Heroku about this application and that is why it was shutdown but that was in 2022.

Hopefully tagging one of the people on record for this URL and its operations can assist you to getting it re-enabled.

The API is currently broken, we will be trying to get that back up early next week.

For now, I would by pass that Day’s task and move on to the next one.

There is no longer a badge awarded as part of that training so it’s not going to block the completion of anything.

We’ll update here once it’s either back up or we edit that particular task.