You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: