Ah right, i had a script to build & run at the vm start (it's in a lxc dedicated vm) and i didn't see the errors
It says:
Error: Error: Can't find stylesheet to import.
â•·
1 │ @import "admin/overrides";
│ ^^^^^^^^^^^^^^^^^
╵
- 1:9 root stylesheet
at handleCompileResponse (/usr/src/app/node_modules/sass-embedded/dist/lib/src/compile.js:236:15)
at compileRequestAsync (/usr/src/app/node_modules/sass-embedded/dist/lib/src/compile.js:118:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.buildCSS (/usr/src/app/src/meta/minifier.js:163:22)
at async process.<anonymous> (/usr/src/app/src/meta/minifier.js:117:20)
ERROR in ./build/public/src/admin/admin.js 85:2-33
Module not found: Error: Can't resolve 'material-design-lite' in '/usr/src/app/build/public/src/admin'
uhhhh i should have noticed this... i have a script at boot that download the latest from github but then deletes public and replaces with my backup... so it's my fault
thanks for the nodebb build hint, sorry i'm inexperienced but i wanted to automate too much....