-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
[gRPC] TypeError: Cannot read property 'service' of null #1469
Comments
It works with |
Equally if you take the sample project: It has errors when running:
If you upgrade all the packages to latest versions:
you get the same error: but downgrading proto-loader worked: |
Fixed in 5.7.0 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi everyone ;)
I'm submitting a...
Current behavior
On gRPC microservice startup, Unhandled exception is thrown :
Expected behavior
Normal startup ? 😄
Minimal reproduction of the problem with instructions
Here is my main.ts :
And here is my .proto file :
Apparently, the problem come from this line (server-grpc.js) :
I tried to console.log some thing to help debugging :
What is the motivation / use case for changing the behavior?
Environment
Thanks for any help provided :)
The text was updated successfully, but these errors were encountered: