Using edition, created a new home page that worked, but needed to change it for another reason– then all sorts of routing issues, and after many, many hours, the current situation is: 400
Missing template home.hbs for route “/”
So much appreciate the help getting my site back up.
Sounds like you’ve got a routes file that specifies a home template, and the theme you have installed now doesn’t have one. You can grab the default configuration from here: Ghost Themes - Dynamic URLs & Routing (use the base configuration), save as routes.yaml, and then upload it from /ghost > settings (gear icon) > labs > upload routes. You may want to download the existing routes file before you upload, if there’s customizations that you might want to keep, as there’s no way to get an older copy back otherwise.
Thank you Cathy, I was able to fix that problem. Now trying to get a custom home page, and not mess up the site as that what was triggered the 400 error.
1 Like
Feel free to post what you’re working on if you get stuck.
I’ve got several working examples here, also: Starting Ghost: Custom homepage