-
-
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
Can't send metadata with NestJS GRPC #1897
Comments
More context: We call the callback with only two parameters here: In my case, this callback comes from here: And call the function This function take I tried to update the function like:
But now I have an error in my browser. The metadata is not sent in the headers but in body |
@kamilmysliwiec how about this issue...? |
See #5143 for instructions. This PR was merged and released as 7.5.0 |
I'm submitting a...
Current behavior
When I create a microservice GRPC server with NestJS, I can't send metadata in my response.
Expected behavior
I want to be able to send headers to my client.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
I need to find a way to send the header
Set-Cookie
for authenticationEnvironment
The text was updated successfully, but these errors were encountered: