Replies: 1 comment
-
sounds like something a server route middleware could take care of. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I sometimes have an issue with cloudflare where 404s get cached for 3 minutes (which is their default behavior). I think it would make sense for the 404 response to also attach
Cache-Control: no-cache
. No reason to cache a 404 page right?Beta Was this translation helpful? Give feedback.
All reactions