@baris said:
Should be permenant yeah, that bug should be fixed post 0.6.0 so if it happens again let us know.
Great, thanks.
@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.
{
"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)