I have a crawler job which is needed web authentication to index the content, it was working in 14.18 , After upgrade to 15.6.1 its not indexing the contents. It was able to login the page but not indexing the content
The url hit success and able to login , but getting message":"Processing no docs in indexing queue
Could you enable debug logging for the crawler and check fess-crawler.log? It will show how the authenticated pages are actually being fetched (e.g. whether they return 401/403 or get redirected to a login page).
After enabling the DEBUG mode i am seeing, “log.level”:“DEBUG”,“message”:“http-outgoing-2 << “[read] I/O error: Read timed out””
Also i am seeing the content indexed but the title is coming as POST Data. Any fix for this.