-
Notifications
You must be signed in to change notification settings - Fork 4k
return null for 404 cached page in the incremental cache #3296
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
Conversation
|
Summary of the deployments: Version 1
Version 2
Test content |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't fully get this one, but trust you
FYI, returning null means that we ignore the cache for this one. This is probably what we want to do anyway for 404 on cache interception |
This is a temp fix until it is properly fixed in OpenNext