-
-
Notifications
You must be signed in to change notification settings - Fork 748
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
HotChocolate.Caching 13.9.0 returns empty response #7054
Comments
I'm able to reproduce this. Looking into it. |
This seems to have been broken since #6844. The snapshots even shows us that it's broken 😞 |
Same probleme here. HotChocolate.AspNetCore - 13.9.3 |
@tobias-tengler is this fixed? What is the issue here? |
This right here still needs to be addressed: #7057 (comment) |
The problem still persists in the version 13.9.7 |
I am using HotChocolate.AspNetCore - 13.9.12, HotChocolate.Caching - 13.9.12 still facing same issue Program.cs |
@keevee1988 13.9.12 does not include the merged fix yet, you can try waiting for the next release |
Thank you for the update |
Product
Hot Chocolate
Version
13.9.0
Link to minimal reproduction
https://github.com/kiangkuang/HotChocolateDemo/tree/13.9
Steps to reproduce
What is expected?
Response with cache control headers and query result, like in version 13.8.1
What is actually happening?
Response with cache control headers but response is empty
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: