DeepMine
Documentation
troubleshooting · narrative

Public web troubleshooting

Fast checks for route errors and invalid content.

Source: legacy-contentDigest: f57d6dea1a2f7f9fa431da70fde14c9dac57b2c65c7b37e58a1005dfbc44fc71

When an article does not build

Start with the first compiler error: its file, line, column, and rule identify the owning contract. Do not add a fallback that hides invalid frontmatter or a missing translation target.

When a route does not open

Compare it with the route inventory and make sure the request is not trying to serve `/game/` or `/forum/` through Next. Those routes have separate owners.