diff --git a/src/pages/onboard.tsx b/src/pages/onboard.tsx index bad0f1f23..43331fb63 100644 --- a/src/pages/onboard.tsx +++ b/src/pages/onboard.tsx @@ -124,7 +124,7 @@ export const getServerSideProps: GetServerSideProps = async (ctx) => { } Consola.info('Database is writeable'); - if (process.platform !== 'win32') { + if (process.platform !== 'win32' || env.NEXT_PUBLIC_NODE_ENV === 'development') { try { const { stdout, stderr } = await exec("mount | grep '/data'");