Hi,
I have problems adding LanguageSupportPageNames to my site. Everything works fine without it, but after the installation of this module subpages stop working. Chrome says "Too many redirects". I haven't configured anything language-related, yet.
I tried:
curl --head https://mysite/subpage
Which returns (removed irrelevant headers):
HTTP/1.1 301 Moved Permanently
Server: nginx/1.17.0
X-Powered-By: ProcessWire CMS
Location: /subpage
Inside LanguageSupportPageNames.module line 139 the call to verifyPath always returns "/subpage" for that request.
Any ideas what's wrong? Thanks in advance.