A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi,
I'm trying to index page files, but the indexer doesn't seem to index documents in subdirectories in the page file folder. For instance I have a page with a page file folder like this:
MyPage
|- Page files
|- File1
|- Directory
|- File2
|- File3
In my initialization module I have the following line:
When I run the indexing job "File1" is indexed, but not "File2" of "File3". Am I doing something wrong here?