'Unsupported' Error on 2.5.303 & NodeJS 22.4.0 #7250
Replies: 3 comments 3 replies
-
I've got the same problem, using node v20.16.0 and wiki.js Version 2.5.303. EDIT: I got this up and running with a downgrade to node v 16 which is out of support. So I would also prefer to upgrade to a stable version. |
Beta Was this translation helpful? Give feedback.
-
Not seeing this on Debian stable at least, with the distribution-shipped 18.19.0+dfsg-6~deb12u2. What OS are you using? |
Beta Was this translation helpful? Give feedback.
-
I recently encountered issues with Wiki.js after performing a release upgrade on my Ubuntu server (from 22.04 to 24.04). The upgrade also updated Node.js to version 18, which broke Wiki.js. I wanted to share how I resolved this and successfully got it running with Node.js v22. Initially, I tried cleaning the npm packages and performing a fresh npm install, but this didn’t solve the issue. So I decided to take a different approach:
After completing these steps, my Wiki.js instance was up and running again without issues. I hope this helps anyone experiencing similar problems! |
Beta Was this translation helpful? Give feedback.
-
Hello,
we are seeing the below after upgrading to 2.5.303 & NJS 22.4.0?
2024-07-05T13:06:14.081Z [MASTER] info: HTTP Server on port: [ 3000 ]
2024-07-05T13:06:14.128Z [MASTER] info: HTTPS Server on port: [ 443 ]
2024-07-05T13:06:14.170Z [MASTER] error: unsupported
Have also tried this on 2.5.300 NJS 18.x or 20.x to the same result
Beta Was this translation helpful? Give feedback.
All reactions