-
Notifications
You must be signed in to change notification settings - Fork 381
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
Comments
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.
|
I found the same problem in: nodejs-getting-started/3-binary-data.
|
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. |
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)
The text was updated successfully, but these errors were encountered: