Blank sitemap
-
Hi,
I am running nodebb 0.8.2 and for some reason I have a blank sitemap generated when every time I click "View Sitemap" button in Web Crawler settings. Currently, I have to use external tool to generate the sitemap and manually submit to nodebb/public folder
Fan
-
@Fan-Luo are there any errors in the terminal? Have you run
./nodebb dev
? -
We have the same problem on our forum (0.8.2). Blank sitemap. Tried disabling/enabling/clearing and setting hard level on number of entries. But still nothing. No errors in log either.
I'm a bit reluctant on re-config everything (not even sure what that means).
I'm running another nodebb forum on the same version on another site. Over there sitemap works fine with 10K entries.
Not sure where to start debugging things.
-
Post
config.json
? -
This bug was already posted to the issue tracker and will be fixed in the upcoming version
0.9.0
I guess.Empty sitemap · Issue #3781 · NodeBB/NodeBB
I have a problem with the sitemap. I think that it's not my fault, i didn't find anything about it. Anyway thanks for the help and for this nice software ;)
GitHub (github.com)
-
{ "url": "http://forum.mysensors.org", "secret": "xxxxxxxxxxxx", "database": "redis", "redis": { "host": "127.0.0.1", "port": "6379", "password": "", "database": "1" } }
Both sites are using "sitemap": "^1.0.0".
-
This has been fixed recently, try updating to 0.9? (Don't forget to back up etc as usual)