@spicewiesel I have the same problem with https on uberspace, too. Did you found a solution for this issue? Here is my thread on this 😉 https://community.nodebb.org/topic/10719/websocket-connection-problems-via-ssl-on-special-port
1.12.0 Breaking Changes
-
We are dropping support for NodeJS v6.x in 1.11.0+.
Please see the following issues for breaking changes to plugins and themes.
https://github.com/NodeBB/NodeBB/issues?utf8=✓&q=is%3Aissue+milestone%3A1.12.0+label%3A"breaking+change+(themes)"+
https://github.com/NodeBB/NodeBB/issues?q=is%3Aissue+milestone%3A1.12.0+label%3A"breaking+change+(plugins)"If you have plugins that are affected, please update your plugin and add the below to your package.json
"nbbpm": { "compatibility": "^1.12.0" }
-
Theme Breaking Change
https://github.com/NodeBB/NodeBB/pull/7109