If you’re looking for help, please provide information about your environment. If you delete this template and don’t provide any information, your topic will be closed.
If you aren’t running the latest version of Ghost, the first thing we will ask you to do is update to the latest version of Ghost.
-
What’s your URL? https://bigtix.ghost.io/
-
What version of Ghost are you using? 4 i guess
-
How was Ghost installed and configured?
Here is my routes.yaml
routes:
/:
template: home
data: page.home
collections:
/article/:
permalink: /article/{slug}/
filter: primary_tag:article
data: page.article
/guide/:
permalink: /guide/{slug}/
filter: primary_tag:guide
data: page.guide
/changelog/:
permalink: /changelog/{slug}/
filter: primary_tag:changelog
data: page.changelog
taxonomies:
(nothing here)
Here’s the url Domain error
I also set up my theme to have article.hbs, guide.hbs and changelog.hbs, as well as the corresponding pages for data.
The Guide and Article collection pages are working as expected. Only for the changelog page, I encountered the error.