Previous/next article doesnt work

Hi everyone, This is a very strange issue related to the article pagination.
This is a working code tested on 4 different clients and all is good there:
However it doesn’t work on one specific store and I’d appreciate any help:

{% if blog.previous_article %} {{ 'blogs.article.previous_article_html' | t }} {% endif %}

{% if blog.previous_article and blog.next_article %}
 /
{% endif %}

{% if blog.next_article %}
{{ ‘blogs.article.next_article_html’ | t }}
{% endif %}

If you check those 2 articles:

and

You ll notice what i m talking about.

Thanks in advance

Hi Alex,

For the store where this is not working - which theme are they using?

Hi @Alex_Kachurovskyy the store is password protected…

Hi Liam,

It’s Turbo Dubai

Hi Daniel,

Pass is “SH@shopifypassword”

Thanks

Thanks for sharing the details but it looks like both of the links you provided are pointing to the homepage

Hi Liam,

Just wondering if you had a chance to look at it. Thanks in advance

Added correct links, have no idea why its now showing here correclty.
Can you please try to open /blogs/press/humor-in-craft or blogs/press/moda-mania after usign a stoer password?

Have you contacted the theme developer support yet here: https://help.outofthesandbox.com/hc/en-us/requests/new

Works fine for me. Are you sure it’s still not working?

it cycles 2 articles when you click next/previous. No matter what article you open it will always lead to those 2 and then start switching between them

Oh, ok. It’s hard to say what causes the problem. There is nothing in the console log, and the liquid looks fine. Did you modify something? I agree with Liam - contact the theme devs.

Thanks. The code is working fine on all other themes I tested. I messaged theme developers, they stated it is not related to their theme:(

Yeah, messaged them 2 times, they stated its not related to their theme:(

This sounds obvious, but just to rule it out: are the articles definitely published on that “Press” blog and not on another blog?

Okay, just in case it helps, I’ve been able to look more closely and it appears that the navigation goes into a loop the moment it accesses one of those two articles. Have you tried deleting them and recreating them again, in case there’s a data inconsistency?


they are published only on one blog