I'm playing around with nodebb and ghost.
I've installed nodebb 0.6.1 and Ghost 0.5.8.
Firstable i would like to ask: is possible to integrate the two apps in that versions, using for that nodebb-plugin-blog-comments?
If not, which version of ghost can i use to achive a correct integration between both? The same way this forum/blog uses?
My second question is: Has anyone faced the "same origin policy" problem when using this plugin? I'm very new to node.js development and i'm facing the following error when trying to use the plugin:
XMLHttpRequest cannot load http://localhost:4567/comments/get/2/0. The 'Access-Control-Allow-Origin' header contains the invalid value 'undefined'. Origin 'http://localhost:2368' is therefore not allowed access.
I can post the post on the blog but, neither the post is shown on nodebb category nor the comments are available throught nodebb on ghost side. I'm logged in both apps with admin user (same mail).
Thanks in advance, and excuse my bad english.
Any help is really appreciated.