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

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
castris
Posts: 6
Joined: 29 May 2023, 06:22

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

Post 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
Post Reply