You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Hello! I have been debugging `revalidateTag` inconsistency and found out some breaking changes of upstream.
Internal cache handling behavior of Next.js seems to be changed starting from version 13.5 and above. IncrementalCacheValue no longer provides tags attribute, results in inability of flushing cache with tags. (despite revalidate code works fine)
looks like the type signature changed in next.js :(
would you be able to open a new issue for this @susemeee? i recall on your other issue you ticked the box that you'd be interested in helping fix the bug. would you like to give this issue a go? if not, just lmk and i'll be happy to look into a fix
looks like the type signature changed in next.js :(
https://github.com/vercel/next.js/blob/canary/packages/next/src/server/response-cache/types.ts
would you be able to open a new issue for this @susemeee? i recall on your other issue you ticked the box that you'd be interested in helping fix the bug. would you like to give this issue a go? if not, just lmk and i'll be happy to look into a fix
Originally posted by @james-elicx in #451 (comment)
The text was updated successfully, but these errors were encountered: