Replies: 2 comments 2 replies
-
Yes I've just realised this, too. It seems like __data.json has been replaced with __data.js. I have Cloudflare on my site and they cache .js files given that they are usually static. Now my page props that are supposed to be dynamic are being cached on the edge. Edit: Looks like this was introduced in version 447 with #6318. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I created an issue for this since I think this can cause problems for anyone using Cloudflare #6458 |
Beta Was this translation helpful? Give feedback.
2 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.
-
Not complaining. Just curious.
I searched the Discussions and open/closed Pulls for
__data.js
and couldn't find anything.I'm in troubleshooting mode for some other things, so I've been logging
event.url.pathname
inhandle()
.<path>/__data.js
seems to show up whenever I useinvalidate()
; so I assume this is helping to update page data?Beta Was this translation helpful? Give feedback.
All reactions