Errors

Product not enabled

The route belongs to a Myna product this project does not run. Myna is a platform of separate products — Content and Feedback — and a project enables each one deliberately, so a route from a product that is off has no resource behind it.

Code
PRODUCT_NOT_ENABLED
HTTP status
404
Type
https://myna.sh/errors/product-not-enabled

What to do

Enable the product for the project in the dashboard, under project settings. The project read reports which products are on, so a client can check before it calls rather than after.

Full error reference · All codes

application/problem+json
{
  "type": "https://myna.sh/errors/product-not-enabled",
  "title": "Product not enabled",
  "status": 404,
  "code": "PRODUCT_NOT_ENABLED",
  "detail": "A human-readable explanation of this particular occurrence.",
  "requestId": "req_01k…"
}