Error when using include_docs

After Setting up a cluster , and upgrading to V 3 communtiy
im getting the follwoing error , When i query a view .

"from":"local","reason":"{you_cannot_open_vbucket_dbs_anymore,<<\"realtime/260\">>}"}

when i use the option include_docs .

should i not use include_docs option?

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