Nope that upgrade can be run multiple times without side effects.
SOLVED Sitemap Error!
-
What is the output of
npm ls sitemap
? -
-
This post is deleted! -
@julian any update??
-
You don't have the sitemap dependency installed. Install it.
-
I got exactly the same issue and I do have the sitemap dependency installed. Any ideas?
-
Now Installed but still the error exists, am I missing something here...
-
@julian pls respond.
-
I resolved the error by myself,
remove the quote given for priority value./root/nodebb/src/sitemap.js was
'{ url: '/page-1/', changefreq: 'daily', priority: ''0.3'' },
now
{ url: '/page-1/', changefreq: 'daily', priority: 0.3 },
remove the quotes from all occurrence.
Restart Nodebb. -
Thanks. This has been fixed in the latest NodeBB core
Suggested Topics
Copyright © 2021 NodeBB | Contributors