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:
- Visit the extension page above.
- Note that title, short description, tags, category, license, and
author all display correctly (pulled from Packagist metadata).
- 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).
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:
author all display correctly (pulled from Packagist metadata).
Inspecting the server-rendered HTML directly (view-source, no JS
involved) shows the container is empty:
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).