artistro08/tailor-starter

No homepage pages are working after upgrading to v6.2.5

Closed this issue · 11 comments

I have 2 test website and no home pages are working after upgrading to v6.2.5.

its an error 404 apparently

I just tested on an upgrade install and it looks like it's working on my end. The main issue that I did run into when setting a homepage is that you should have a slug.

Could you check and see if the slug is set? The theme uses that to make sure it detects the right page.

yes it has a slug

image

Try saving it again and see if the issue persists.

I did save a few times already and didn't solve it.
I will delete the page data and create it again and see.

EDIT. same issue even with a new page Home

Since you've been around for a while, you may be running to the bug I had but could never fix. I haven't been able to reproduce it consistently either, so it makes it a pain in the butt. I'll come up with more solutions once I am able to pinpoint the issue.

I also, just tested it in a long standing environment to see if I could reproduce as well. No dice unfortunately.

Closing as you said it was working correctly now in #66

it works on a new fresh install but not the upgraded existing version.
I have an error 404

You could put {{ dd(settings.homepage is empty) }} in the index.htm template at various places to see why it returns empty.

also, if you could zip your theme and child theme folders and send it to me, I could figure out the problem as well.

@chrisvidal did you ever figure this out?