Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: no matching index found #327

Closed
aa505 opened this issue Jun 27, 2019 · 4 comments
Closed

Error: no matching index found #327

aa505 opened this issue Jun 27, 2019 · 4 comments
Assignees
Labels
type: docs Improvement to the documentation for an API.

Comments

@aa505
Copy link

aa505 commented Jun 27, 2019

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)

@fhinkel
Copy link
Contributor

fhinkel commented Jul 15, 2019

Hi @aa505 👋 Thanks for opening the issue. I'll have a look. Did you turn on Firestore in your project?

@aa505
Copy link
Author

aa505 commented Jul 15, 2019

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?

@TesslaRay
Copy link

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)

@JustinBeckwith JustinBeckwith added 🚨 This issue needs some love. triage me I really want to be triaged. labels Oct 3, 2019
@dustingraham
Copy link

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.

@fhinkel fhinkel added type: docs Improvement to the documentation for an API. and removed 🚨 This issue needs some love. triage me I really want to be triaged. labels Oct 11, 2019
@fhinkel fhinkel self-assigned this Oct 21, 2019
@fhinkel fhinkel closed this as completed Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: docs Improvement to the documentation for an API.
Projects
None yet
Development

No branches or pull requests

5 participants