Conversation
|
@Flo0806 is attempting to deploy a commit to the Nitro Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This is now addressed in unjs/ocache (used by Nitro v3):
See unjs/ocache#9 |
Hi @pi0!
🔗 Linked issue
fixes: nuxt/nuxt#34189
❓ Type of change
📚 Description
When a cached api endpoint correctly returns a 404 response, the cached entry for that page is not removed or invalidated. This can result in stale content being served from cache even after the page has been unpublished. Now on such errors the cache will be correct invalidated and deleted if needed.
Testing
Added integration tests for it.
📝 Checklist