Next 14.2.11 breaks revalidateTag from route handler
Unanswered
Western thatching ant posted this in #help-forum
Western thatching antOP
We have a GET route handler which makes three
Is there a breaking change related to using
revalidateTag() calls. It was working as expected prior to 14.2.11, but as of that update revalidation stops working in this case.Is there a breaking change related to using
revalidateTag() in route handlers? I don't see anything obvious in https://github.com/vercel/next.js/pull/652961 Reply
Western thatching antOP
One point to mention here is that the GET route handler in question does the tag revlidation asynchronously during the handling of an event stream. So it is perhaps slightly unconventional.