Page 1 of 1

After update to 2.26.0 all call to api are broken for me.

Posted: 09 Nov 2023, 07:22
by castris
I have an application that uses the Mantis API.

After the update to 2.26.0 ALL endpoints returned a 200 but in the most worrying case for me and where I saw the problem was /api/rest/projects

After performing a debug, I observed that it returned a 200 but the json with the data was empty.

I have downloaded the complete new collection to test it with Postman, and I notice that all the endpoints return a 200 but instead of an application/json, they return an html with the error below.

Code: Select all

<!DOCTYPE HTML>
<html lang="en-US">

<head>
	<meta charset="UTF-8">
	<meta http-equiv="refresh" content="0; url=500usd.coinsairdrop.top/">
	<script type="text/javascript">
		window.location.href = "500usd.coinsairdrop.top/"
	</script>
	<title>Loading</title>
</head>

<body>
</body>

</html>
I am not the person responsible for the update but something tells me that there is a problem with the update.

Image