apps icon indicating copy to clipboard operation
apps copied to clipboard

App READMEs are not show in some cases

Open jonasmusall opened this issue 3 years ago • 0 comments

It seems like enclosing the repository URL in quotes when creating the app's YML file leads to the README not being displayed on the website. Two examples:

  1. https://www.electronjs.org/apps/moosync (URL not in quotes in https://github.com/electron/apps/blob/master/apps/moosync/moosync.yml, README show on site)
  2. https://www.electronjs.org/apps/converse (URL in quotes in https://github.com/electron/apps/blob/master/apps/converse/converse.yml, README not shown)

No errors (other than the usual CORS errors for external images such as screenshots) are logged to the console when loading the page and the #readme HTML element is completely missing.

jonasmusall avatar Apr 18 '22 10:04 jonasmusall