Hi,
Had a similar problem with single post. Debugged the reason to be that when post content is fed to decodeURIComponent() it will return the exception if content contained “%” mark without correct escape code. for eg. “Contains 100% natural xx”.
Is it even required to pipe thru decodeURIComponent() when riddle tag is not found?…..
My version 3.1