So I did a fresh install. Now I had no errors during install and everything was smooth.
So I am pretty sure everything is ok.
Server is loading, console is ok, no errors on firefox and everything works.
The only thing is this error on the nodebb log:
NodeBB v3.8.4 Copyright (C) 2013-2024 NodeBB Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
For the full license, please visit: http://www.gnu.org/copyleft/gpl.html
Clustering enabled: Spinning up 2 process(es).
2024-08-03T19:48:55.570Z [4567/61787] - [32minfo[39m: Initializing NodeBB v3.8.4 https://MYDOMAINREDACTED
2024-08-03T19:48:56.904Z [4568/61788] - [32minfo[39m: [socket.io] Restricting access to origin: https://MYDOMAINREDACTED:*
2024-08-03T19:48:57.071Z [4567/61787] - [32minfo[39m: [socket.io] Restricting access to origin: https://MYDOMAINREDACTED:*
2024-08-03T19:48:57.087Z [4568/61788] - [32minfo[39m: [api] Adding 0 route(s) to `api/v3/plugins`
2024-08-03T19:48:57.106Z [4568/61788] - [32minfo[39m: [router] Routes added
2024-08-03T19:48:57.110Z [4568/61788] - [32minfo[39m: 🎉 NodeBB Ready
2024-08-03T19:48:57.112Z [4568/61788] - [32minfo[39m: 🤝 Enabling 'trust proxy'
2024-08-03T19:48:57.114Z [4568/61788] - [32minfo[39m: 📡 NodeBB is now listening on: 0.0.0.0:4568
2024-08-03T19:48:57.115Z [4568/61788] - [32minfo[39m: 🔗 Canonical URL: https://MYDOMAINREDACTED
2024-08-03T19:48:57.275Z [4567/61787] - [32minfo[39m: [api] Adding 0 route(s) to `api/v3/plugins`
2024-08-03T19:48:57.305Z [4567/61787] - [32minfo[39m: [router] Routes added
2024-08-03T19:48:57.311Z [4567/61787] - [32minfo[39m: 🎉 NodeBB Ready
2024-08-03T19:48:57.312Z [4567/61787] - [32minfo[39m: 🤝 Enabling 'trust proxy'
2024-08-03T19:48:57.314Z [4567/61787] - [32minfo[39m: 📡 NodeBB is now listening on: 0.0.0.0:4567
2024-08-03T19:48:57.314Z [4567/61787] - [32minfo[39m: 🔗 Canonical URL: https://MYDOMAINREDACTED
node:events:497
throw er; // Unhandled 'error' event
^
Error: spawn REDACTEDMYFOLDERINSTALL/node_modules/sass-embedded-linux-x64/dart-sass/src/dart EACCES
at ChildProcess._handle.onexit (node:internal/child_process:286:19)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Emitted 'error' event on ChildProcess instance at:
at ChildProcess._handle.onexit (node:internal/child_process:292:12)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -13,
code: 'EACCES',
syscall: 'spawn REDACTEDMYFOLDERINSTALL/node_modules/sass-embedded-linux-x64/dart-sass/src/dart',
path: 'REDACTEDMYFOLDERINSTALL/node_modules/sass-embedded-linux-x64/dart-sass/src/dart',
spawnargs: [
'REDACTEDMYFOLDERINSTALL/node_modules/sass-embedded-linux-x64/dart-sass/src/sass.snapshot',
'--embedded'
]
}
Node.js v20.16.0
I search the forums, read everyhthing I could find for the past 5 days and nothing.
Anyone can tell me if this is a bug or if everyone has this and people just ignore the logs errors?
Shall I worry or shall I ignore it?
Thanks!