Error: no matching index found
aa505 opened this issue · 4 comments
nodejs-getting-started/2-structured-data
I keep getting the no matching index found (followed the instructions). Is there a step missing in the instructions to create the data ?
App listening on port 8080
Error: no matching index found.
at Http2CallStream. (path/nodejs-getting-started/2-structured-data/node_modules/@grpc/grpc-js/build/src/client.js:101:45)
at Http2CallStream.emit (events.js:205:15)
at path/nodejs-getting-started/2-structured-data/node_modules/@grpc/grpc-js/build/src/call-stream.js:71:22
at processTicksAndRejections (internal/process/task_queues.js:82:9)
Hi @aa505 👋 Thanks for opening the issue. I'll have a look. Did you turn on Firestore in your project?
Yes, Firestore is turned on, and has data for some of the other projects that I was trying out.
Hi @aa505 👋 Thanks for opening the issue. I'll have a look. Did you turn on Firestore in your project?
I found the same problem in: nodejs-getting-started/3-binary-data.
App listening on port 8080
Error: no matching index found.
at Http2CallStream. (/Users/cristian/Documents/Development/web/nodejs-getting-started/3-binary-data/node_modules/google-gax/node_modules/@grpc/grpc-js/bu
ild/src/client.js:96:45)
at Http2CallStream.emit (events.js:205:15)
at /Users/cristian/Documents/Development/web/nodejs-getting-started/3-binary-data/node_modules/google-gax/node_modules/@grpc/grpc-js/build/src/call-stream.js:71:22
at processTicksAndRejections (internal/process/task_queues.js:82:9)
Just ran into this issue for /2-structured-data/
Error information is very obtuse. Following the bookshelf app tutorial. gcloud authed, git cloned, npm installed. Not many steps to get to this point. Although it seems like it could be related to trying other google cloud tools in the last day or two.