Skip to content

Extension page renders empty README (<div class="markdown"></div> is empty server-side) #1286

Description

@JoseModi97

The extension page for josemodi97/yii2-ecitizen-gateway renders no README
content, even though the package's README is valid and renders correctly
on both GitHub and Packagist.

Affected page:
https://www.yiiframework.com/extension/josemodi97/yii2-ecitizen-gateway

Package:

Steps to reproduce:

  1. Visit the extension page above.
  2. Note that title, short description, tags, category, license, and
    author all display correctly (pulled from Packagist metadata).
  3. The main content area below is empty.

Inspecting the server-rendered HTML directly (view-source, no JS
involved) shows the container is empty:

<div class="text">
    <div class="markdown"></div>
</div>

I tried clicking "Update" on the package's own page (logged in as
maintainer) and also simplified the README's markdown (removed

/ blocks, in case they were tripping up a parser) — neither changed anything. Since GitHub and Packagist both parse and render the same README correctly, this looks like a stalled or failing backend job on yiiframework.com's side that's supposed to fetch/parse the README into that .markdown container, rather than an issue with the README content itself.

Comparable extension pages (e.g. vxm/yii2-mfa) render their README
content correctly, so this doesn't appear to be a site-wide issue —
just this package (and possibly other newly-submitted ones).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions