diff --git a/apps/dokploy/pages/dashboard/requests.tsx b/apps/dokploy/pages/dashboard/requests.tsx index e973ba2ad..bd73a3092 100644 --- a/apps/dokploy/pages/dashboard/requests.tsx +++ b/apps/dokploy/pages/dashboard/requests.tsx @@ -25,6 +25,11 @@ export async function getServerSideProps( }; } + if (process.env.NODE_ENV === "development") { + return { + props: {}, + }; + } const isValid = await isValidLicense(); if (!isValid) {