Hello,
We are facing a strange issue when accessing a child page name starts with the string “upcoming”, and the parent page slug end with “events”,
eg: site.com/some-events/upcoming-something/
the above url will give us an infinite redirect loop and will not load, if we adjust the slug below it will load fine like
site.com/some-events-some/upcoming-something/ OR site.com/some-events/few-upcoming-something/
any idea how this is happening? we found this issue after update the plugin recently,