Revalidation Encoding
I’m developing a website where the URLs include non-latin characters. And I need to revalidate certain pages (or even tags), in order to use the Incremental Static Regeneration (ISR) feature. Turns out those must be encoded before revalidating, or it throws tremendously ambiguous error.
It sounds a bit logical for the paths, but why the tags, as those are completely internal?!