You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I do I fresh install of this through the start with a template link and I login to the new site, if I go to Colllections > Pages it says "No Entries".
According to the config.yml I think it should display about and products
Any idea whats going wrong?
(I also tried adding a new collection with a similar structure as pages and also getting "No Entries" in the admin panel.)
The text was updated successfully, but these errors were encountered:
Yes, the file paths are wrong here static/admin/config.yml. This commit (#51 ) will fix it, but you can just change it yourself if you don't want to wait for the PR to be merged.
file: "src/pages/about/about.md" should be file: "src/pages/about/index.md" file: "src/pages/products/product.md" should be file: "src/pages/products/index.md"
@AustinGreen we should fix the bug right away - if you'd like time to review the PR you mentioned, let's just get a commit merged for the issue at hand. I'll get a PR up now.
When I do I fresh install of this through the start with a template link and I login to the new site, if I go to Colllections > Pages it says "No Entries".
According to the
config.yml
I think it should displayabout
andproducts
Any idea whats going wrong?
(I also tried adding a new
collection
with a similar structure aspages
and also getting "No Entries" in the admin panel.)The text was updated successfully, but these errors were encountered: