Hi Yuvraj,Is column selector specify multiple columns and verify.SELECT [rep:suggest()] as suggestion, [jcr:path] FROM [cq:Page] as s WHERE ISDESCENDANTNODE(s,'/content') AND suggest('geomettrix')Thanks,
Hi Atul,delete all the user except oob & verify. Sounds more of orphaned user issue. CSRF is expected to refresh the token. OR on fresh instance deploy the custom user package and verify if it breaks.Thanks,
Hi Arun, Sounds more of custom code issue. May be encoding issue & other scriplet.. getting added. Can you attach the package to reproduce on fresh instance.Thanks,
Hi Harsh,For your case can ignore console error. The issue could be in content itself. What you do is take backup of page. Then delete each node one by one from bottom up in that page using crxde light (Save the changes). Verify on deleting which node it starts working. Then you can look into th...
Hi Kris,Conflict may not be with replication module. There might be other module like workflow updating the same asset. In short two thread worked on same asset & first one wins. Last one fails. Configure logger writer in trace level for class org.apache.jackrabbit.oak.jcr.operations.writes. and ...