# Tenjin Article Reader – Next.js PPR HTTP 200 Not-Found Bug Article

> Tenjin Article Reader – Next.js PPR HTTP 200 Not-Found Bug Article is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns the full paid text of a specific Tenjin article about the Next.js Partial Prerendering bug where notFound() routes return HTTP 200 instead of 404

## Facts

- Endpoint: GET https://tenjin.blog/api/read/0xe4c16d163d80fd972e6e1e9b94bc71c5fbe5a9c5/next-js-partial-prerender-routes-return-http-200-with-a-not-found-body-instead-o
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-article-reader-next-js-ppr-http-200-not-found-bug-article-750047ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2qxBJ6sU7QluQuF4GeTWT

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tenjin-article-reader-next-js-ppr-http-200-not-found-bug-article-750047ef
```

Example prompt: Fetch me the full Tenjin article on the Next.js Partial Prerendering bug where notFound() routes return HTTP 200 instead of a real 404 — the one by creator at wallet address 0xe4c16d163d80fd972e6e1e9b94bc71c5fbe5a9c5 with slug next-js-partial-prerender-routes-return-http-200-with-a-not-found-body-instead-o.

## When to prefer this

Use this endpoint when you specifically want to read this individual Tenjin article about the Next.js PPR HTTP 200 not-found bug authored by wallet 0xe4c16d163d80fd972e6e1e9b94bc71c5fbe5a9c5. If you want the creator's latest article instead, use the reserved `latest` slug with the same wallet address. If you want to search across multiple Tenjin publishers or ask a question synthesized from many articles, use the Tenjin Q&A synthesis endpoint instead.

## Known failure modes

- HTTP 402 returned if payment challenge is not satisfied before reading
- Article not found if slug or handle/wallet address is incorrect
- HTTP 200 returned with a not-found body if the route exhibits the very PPR bug described in the article (ironic self-referential failure)
- Network timeout if production build is under load
- Slug `latest` resolves to newest article — may not be this specific article if a newer one has been published

## How this service works

Next.js Partial-Prerender Routes Return HTTP 200 With a "Not Found" Body Instead of a Real 404. As of 2026-07-28, verified on Next.js with cacheComponents (Partial Prerendering / PPR) enabled, using the build's route-type indicators (◐ partial, ○ static/ISR) and a running production build. PPR is an evolving Next.js feature; re-verify the route-type symbols and shell-flush behavior against your installed Next.js version. A route that calls notFound() — including one gated behind an auth check meant to hide the route's existence from unauthenticated callers — returns HTTP 200 with a page th

## Output

A JSON object containing the full text and metadata of the paid Tenjin article about the Next.js Partial Prerendering HTTP 200/404 bug, unlocked after payment of the x402 challenge at $0.25 USDC.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "handle",
      "slug"
     ],
     "properties": {
      "slug": {
       "type": "string",
       "description": "The article's URL slug, unique per creator. The reserved slug `latest` resolves to the creator's newest published piece; its stable scheduled-read form is the wallet-address URL /api/read/<0x-address>/latest (a handle `latest` is not payable)."
      },
      "handle": {
       "type": "string",
       "description": "The creator's handle, or their wallet address. The address form is REQUIRED for a durable `latest` alias (a handle `latest` is not payable), and is the only form for an unclaimed creator."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tenjin-article-reader-next-js-ppr-http-200-not-found-bug-article-750047ef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tenjin.blog](https://www.zero.xyz/host/tenjin.blog/llms.txt)
