View İndex Update Problem

There is no document in view after the document has been inserted in bucket. Using stale parameter false. What is problem?

I use Couchbase Server 5.0 Community.

My view query
http://localhost:8092/wms_live/_design/fihrist/_view/forUcrKVIds?limit=6&stale=false&connection_timeout=60000&inclusive_end=true&skip=0&full_set=&startkey=&endkey=

My view update daemon settings:

http://localhost:8091/settings/viewUpdateDaemon ->
{
 "updateInterval":5000,
 "updateMinChanges":1,
 "replicaUpdateMinChanges":5000
}

The view is updated when the document is added from the Couchbase Server GUI, but the view is not updated when added with the program. I just use bucket.insert(JsonDocument); in java.

@onder_774, If you are still facing the issue, could you please share cb_collectinfo to look into what may be going on?