You are not supposed to use include_docs from a view http query. The official client SDKs do that under the covers by running an actual “key/value get()” call to do it more efficiently.
Can you tell use your use case? I’m sure we can find an alternative solution - note that you were never supposed to use include_docs over HTTP 8092.
Ok thanks ,
i understand , how to replace “include_docs” with getMulti.
Thanks , i didnt know im not supose to use it on a view query.
Im using Node.js sdk