Hey there,
I wanted to try out Discourse on a local ghost installation.
Basically I’ve set up everything in the easiest way possible; I’ve followed the “Beginners Guide to Install Discourse for Development using Docker” and set up Ghost using its CLI.
Ghost runs on localhost:2368, Discourse on localhost:9292
I’ve added localhost:2368
to the Customize/Embedding allowed hosts (without any settings like class name, path allowlist or post to category).
After adding the code snippet (and ofc properly replacing placeholders) I do have an embed of Discourse which says “Loading discussion…” - but after a few seconds logs a console error
Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘http://localhost:9292’) does not match the recipient window’s origin (‘http://localhost:2368’).
What am I missing here?
Thanks!