FullTextSearch:Index [Object Object]

Hello,

I’ve nextcloud server up and running good. I was trying to implement NC elastic search.

I created on more server for ES standalone. All is good on that side.

Following is the result of OCC command fulltextsearch:test

.Testing your current setup: Creating mocked content provider. ok Testing mocked provider: get indexable documents. (2 items) ok Loading search platform. (Elasticsearch) ok Testing search platform. ok Locking process ok Removing test. ok Pausing 3 seconds 1 2 3 ok Initializing index mapping. ok Indexing generated documents. ok Pausing 3 seconds 1 2 3 ok Retreiving content from a big index (license). (size: 32386) ok Comparing document with source. ok Searching basic keywords: - ‘test’ (result: 1, expected: [“simple”) ]ok - ‘document is a simple test’ (result: 2, expected: [“simple”,“license”) ]ok - ‘“document is a test”’ (result: 0, expected: [) ]ok - ‘“document is a simple test”’ (result: 1, expected: [“simple”) ]ok - ‘document is a simple -test’ (result: 1, expected: [“license”) ]ok - ‘document is a simple +test’ (result: 1, expected: [“simple”) ]ok - ‘-document is a simple test’ (result: 0, expected: [) ]ok - ‘document is a simple +test +testing’ (result: 1, expected: [“simple”) ]ok - ‘document is a simple +test -testing’ (result: 0, expected: [) ]ok - ‘document is a +simple -test -testing’ (result: 0, expected: [) ]ok - ‘+document is a simple -test -testing’ (result: 1, expected: [“license”) ]ok - ‘document is a +simple -license +testing’ (result: 1, expected: [“simple”) ]ok Updating documents access. ok Pausing 3 seconds 1 2 3 ok Searching with group access rights: - ‘license’ - [ - (result: 0, expected: ) ]ok - ‘license’ - [“group_1” - (result: 1, expected: [“license”]) ]ok - ‘license’ - [“group_1”,“group_2” - (result: 1, expected: [“license”]) ]ok - ‘license’ - [“group_3”,“group_2” - (result: 1, expected: [“license”]) ]ok - ‘license’ - [“group_3” - (result: 0, expected: ) ]ok Searching with share rights: - ‘license’ - notuser - (result: 0, expected: [) ]ok - ‘license’ - user2 - (result: 1, expected: [“license”) ]ok - ‘license’ - user3 - (result: 1, expected: [“license”) ]ok Removing test. ok Unlocking process ok

But when I do OCC fulltextsearch:index it returns back with [object Object]

Can someone help me here

version of Nextcloud ?
do you have a screenshot of the error in the console ?
anything in the logs ?