gatsbyjs / gatsby

The best React-based framework with performance, scalability and security built in.
https://www.gatsbyjs.com
MIT License
55.29k stars 10.31k forks source link

bug(starters): starter pages are not created for some starter repos #19849

Closed muescha closed 4 years ago

muescha commented 4 years ago

Description

for some starters in the starters.yml there are no starters pages created and creating a 404. with the gatsbyjs starter there is a page with blurred preview but with fore reload there is an error page.

at first i guessed it was because of capital letters in username, but there are others with capital letters in name:

Affected starters

TryGhost/gatsby-starter-ghost

Gatsby Site: 404 -> https://www.gatsbyjs.org/starters/TryGhost/gatsby-starter-ghost/ Gatsby Search: not found -> https://www.gatsbyjs.org/starters/?s=gatsby-starter-ghost&v=2 Github: https://github.com/TryGhost/gatsby-starter-ghost

https://github.com/gatsbyjs/gatsby/blob/e0c16184e434bef7a8c4b3b3d9f636b487529bc4/docs/starters.yml#L1645-L1664

1 link from:

AlexanderProd/gatsby-shopify-starter (fixed)

Gatsby Site: 404 -> https://www.gatsbyjs.org/starters/AlexanderProd/gatsby-shopify-starter/ Gatsby Search: not found -> https://www.gatsbyjs.org/starters/?s=gatsby-shopify-starter&v=2 Github: https://github.com/AlexanderProd/gatsby-shopify-starter

https://github.com/gatsbyjs/gatsby/blob/e0c16184e434bef7a8c4b3b3d9f636b487529bc4/docs/starters.yml#L1904-L1918

2 links from:

gatsbyjs/gatsby-starter-blog/ (fixed)

Gatsby Site: 404 (on force reload) -> https://www.gatsbyjs.org/starters/gatsbyjs/gatsby-starter-blog/ Gatsby Search: not found the starter from user gatsbyjs -> https://www.gatsbyjs.org/starters/?s=gatsby-starter-blog&v=2 Github: https://github.com/gatsbyjs/gatsby-starter-blog

https://github.com/gatsbyjs/gatsby/blob/e0c16184e434bef7a8c4b3b3d9f636b487529bc4/docs/starters.yml#L25-L39

links from:

Related Issues

19267 Add link check To Gatsby Docs

LekoArts commented 4 years ago

This is the cause of the issue :/ https://github.com/gatsbyjs/gatsby/issues/19452

muescha commented 4 years ago

updated: links to the starter pages and the search.

result of this lines:

https://github.com/gatsbyjs/gatsby/blob/8a2aeb3f3aa41ddd8e841753ed3c16b26b0546dd/www/gatsby-node.js#L616-L628

muescha commented 4 years ago

PR for shopify starter url #19871

muescha commented 4 years ago

more starters:

muescha commented 4 years ago

FYI: following starters are back again