Hi guys!
When I navigating from the Blog page to the Homepage, it will show a blank page.
Happened on my live site. see this screen capture video here
and this error appears:
On my local build production server (with npm run serve
), it works great! see this screen capture video here.
I can’t debug it since I can’t replicate the error on my local.
sorry I hidden some information but here is my frontity.settings.js file:
const settings = {
name: "",
state: {
frontity: {
url: "",
title: "",
description:"",
},
},
packages: [
{
name: "",
},
{
name: "@frontity/wp-source",
state: {
source: {
url: "",
homepage: "/home",
postsPage: "/blog",
},
},
},
"frontity-share",
"@frontity/tiny-router",
"@frontity/html2react",
"@vulcancreative/frontity-contact-form-7",
"@frontity/head-tags",
],
};
export default settings;
Any help will be much appreciated! Thanks