
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@innovixx/payload-next-cache-revalidate-plugin
Advanced tools
plugin for Payload CMS that calls Next.js revalidation endpoints to clear the server-side cache, ensuring that users receive the most up-to-date content.
A plugin for https://github.com/payloadcms/payload that calls Next.js revalidation endpoints to clear the server-side cache, ensuring that users receive the most up-to-date content.
pnpm add @innovixx/payload-next-cache-revalidate-plugin
# OR
npm i @innovixx/payload-next-cache-revalidate-plugin
import { payloadNextCacheRevalidatePlugin } from '@innovixx/payload-next-cache-revalidate-plugin';
const payloadConfig = {
...
plugins: [
payloadNextCacheRevalidatePlugin({
collections: [
'page',
],
generateUrl: async ({ doc, collectionConfig, req }) => {
switch (collectionConfig.slug) {
default:
case 'page': {
return `${process.env.CLIENT_URL}/revalidate?path=/${doc.slug}`;
}
}
},
}),
],
...
};
To actively develop or debug this plugin, you can either work directly within the demo directory of this repo or link your own project.
This repo includes a fully working, self-seeding instance of Payload that installs the plugin directly from the source code. This is the easiest way to get started. To spin up this demo, follow these steps:
cd YOUR_PLUGIN_REPO && pnpm && pnpm watch cd YOUR_PLUGIN_REPO/demo && pnpm && pnpm cleanDevhttp://localhost:3000/admin in your browseradmin@innovixx.co.uk and password Pa$$w0rd!That's it! Changes made in ./src will be reflected in your demo.
FAQs
plugin for Payload CMS that calls Next.js revalidation endpoints to clear the server-side cache, ensuring that users receive the most up-to-date content.
We found that @innovixx/payload-next-cache-revalidate-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.