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

[BUG] - Nest 8 RXJs 7.4 Error on returning null #38

Open
Meywether opened this issue Dec 29, 2021 · 2 comments
Open

[BUG] - Nest 8 RXJs 7.4 Error on returning null #38

Meywether opened this issue Dec 29, 2021 · 2 comments

Comments

@Meywether
Copy link

Hello,
since the last update from Nest 7 to Nest 8 also RXJS got updated to > 7.4.0.
The call signature of Microservices has changed from .toPromise to lastValueFrom(...).

This change opened a possible bug if null is returned, which should be allowed in my opinion
image

The underlying node-cache-manger also discussed about allowing null values and allowed here in this really old post : Issue

Thanks for your opinion in advance :)

Best regards Meywether

@whydnxx
Copy link

whydnxx commented Apr 16, 2022

image
I have same issue to

@PaulRill00
Copy link

PaulRill00 commented Nov 21, 2022

Any update on this?
I'm getting the same error when trying to fetch from the redis store when the used key does not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants