Hello, I also encountered this kind of problem in AEM6.2 and AEM6.4,but
I have solved it now. My reason is because
http://localhost:4502/etc.clientlibs/clientlibs/granite/utils.js The
self.eval method is inconsistent with the original version;Eval("") is
used in AEM6.2;JSON.parse("") is used in AEM6.4;Therefore I modified the
indexingoptions.json in AEM6.4 to [ { "value": "indexPages", "text":
"Index Pages", "qtip": "Index Pages" } ]Hope it helps youThank you