Replies: 1 comment 2 replies
-
Hello, please could you share which version of You can run |
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.
-
Hello, I've seen that a recent PR got merged to add support for next cache. I can't find on the docs exactly what is supported. From my understanding using
revalidateTag
, andrevalidate
on fetch are working as expected.I'm still getting a
The 'cache' field on 'RequestInitializerDict' is not implemented.
error when trying to send a fetch request withcache: 'no-store'
. I understand workerd doesn't support this but I thought next-on-pages would patch fetch. Am I missing something? Are there any docs / examples around this? Thank you so much!Beta Was this translation helpful? Give feedback.
All reactions