nodebb-plugin-emailer-ssl-smtp. Skipping.nodebb-plugin-custom-pages. Skipping.@awunnenb thanks for reporting, let me know if the issue is resolved
the issue is resolved, thank you for great support!
best regards, Andreas
after rebuild and restart nodebb is down :
2020-12-01T08:46:34.366Z [60001/4622] - error: [plugin/iframely] Could not parse embed! Failed to lookup view "partials/iframely-widget-wrapper" in views directory "/opt/testforum
Dec 01 09:46:34 mail nodebb[4540]: (node:4622) UnhandledPromiseRejectionWarning: Error: Failed to lookup view "widgets/populartags" in views directory "/opt/testforum/build/public/templates"
Dec 01 09:46:34 mail nodebb[4540]: at Function.render (/opt/testforum/node_modules/express/lib/application.js:580:17)
Dec 01 09:46:34 mail nodebb[4540]: at Function.
Dec 01 09:46:34 mail nodebb[4540]: at internal/util.js:297:30
Dec 01 09:46:34 mail nodebb[4540]: at new Promise (
Dec 01 09:46:34 mail nodebb[4540]: at Function.renderAsync (internal/util.js:296:12)
Dec 01 09:46:34 mail nodebb[4540]: at Object.Widget.renderPopularTags [as method] (/opt/testforum/node_modules/nodebb-widget-essentials/library.js:230:26)
Dec 01 09:46:34 mail nodebb[4540]: at processTicksAndRejections (internal/process/task_queues.js:97:5)
Dec 01 09:46:34 mail nodebb[4540]: (node:4622) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by
Run ./nodebb build
thank you, it works. is ./nodebb build not the the same as build/restart from admin panel?
How can i upgrade only to stable versions in future? The last month i always get beta versions 1.15.x.beta.
What is the correct way to only get stable versions?
my upgrade script looks like this:
...
git fetch
git reset --hard origin/master
./nodebb upgrade
...
is there a better rsolution?
Don't use the master branch. Use versioned branches like v1.15.x
thank you, but how do i know, which exact nodebb version ist stable or beta?
i need something like @latest
All versioned branches are stable.
For a short while v1.13.x contained prerelease/beta versions, but that has been reset now.
ok, thank you all for your great support!