@Yannick-Deslandes said in Facebook sharing always showing author avatar's picture:
I just want the correct pitcture of the post insttead of the author's avatar...
That's not what we get. We get what you don't want. I want what you want.
Hello I have a problem I can't get NodeBB running on 0.5.1 branch. Everything is up-to-date and I have the latest version from the branch.
When I run ./nodebb dev/watch/start
it crashes at the end just before the ready.
This is the error, it seems that loader.js doesn't like callback.
info: [meta/css] Minifying LESS/CSS
info: [meta/css] Done.
info: [meta/templates] Compiling templates
info: [themes] Successfully compiled templates.
child_process.js:1023
throw new Error('Unknown signal: ' + sig);
^
Error: Unknown signal: SIGCONT
at ChildProcess.kill (child_process.js:1023:11)
at ChildProcess.<anonymous> (c:\wamp\www\Github\NodeBB\loader.js:32:35)
at ChildProcess.emit (events.js:98:17)
at handleMessage (child_process.js:322:10)
at Pipe.channel.onread (child_process.js:349:11)
Auré[email protected] /c/wamp/www/Github/NodeBB (0.5.1)
Vanilla theme is also up-to-date I don't really know what's going on.