I have a seed script that creates a bunch of data on init. Most of my globals/collections have hooks that use revalidateTag() from Next.js. Doing this in seeding causes Error: Route /[lang] used "revalidateTag global:home-page" during render which is unsupported.
Is there a nice way to solve this / don't revalidate if the hook was fired because of a seed script?
I'd rather avoid adding an API route.
Apparently this might also happen with scheduled publish?