Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin not working for Ghost 2.13.1 #85

Open
lokiyxy opened this issue Apr 24, 2019 · 0 comments
Open

plugin not working for Ghost 2.13.1 #85

lokiyxy opened this issue Apr 24, 2019 · 0 comments

Comments

@lokiyxy
Copy link

lokiyxy commented Apr 24, 2019

Hi, I'm having a new ghost and nodebb hosting separately on aws ec2.
I have followed all the steps and i found out that
'{{../post.id}}'
need to be changed to
{{id}}
otherwise we will not be able to get articleID.

However, after fixing this, i start to get an error message of ""error":"Unable to post topic"
from library.js line 196
else { res.json({error: "Unable to post topic", result: result}); }

in the Chrome console, there is warning of "Resource interpreted as Document but transferred with MIME type application/json: "http://0.0.0.0:4567/comments/publish"."

really need help to fix this issue, after days of research, there is no resources on the latest ghost

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant