Skip to content

Internal Server Error (v 3) - Cachet\Http\Controllers\Api\MetricPointController::update does not exist. #4510

Open
@NeikiDev

Description

@NeikiDev

Internal Server Error

PUT status.neiki.dev
PHP 8.3.16 — Laravel 11.39.1
Method Cachet\Http\Controllers\Api\MetricPointController::update does not exist.
vendor/laravel/framework/src/Illuminate/Routing/Controller.php :68
vendor/laravel/framework/src/Illuminate/Routing/Controller.php :54
vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php :44

I tried to put metrics points via put (apikey etc set and metric exists)

Also i am wondering why the error page shows database queries? is that normal i mean it shows a bunch of information cant that be used for malicious purposes?

const options = {
  method: 'PUT',
  headers: {Authorization: 'REDACTED'},
};


fetch("https://status.neiki.dev/api/metrics/4/points/1", options)
  .then(response => response.text())
  .then(response => console.log(response))
  .catch(err => console.error(err));

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions