Using Ghost Portal on external site?

Hello everyone!

I’m working with existing Ghost (Pro) solution. I’m at a place where I need to use ghost memberships in an external site. Now I’ve included the Portal script into it, but I’m getting CORS issue, and when walked around that, I’m guessing I’m getting blocked by ghost itself. When walked around CORS I’m getting sign in / sign up portals nicely, just submit is getting errors. And when I come from email with magic link, I see requests to /members/api/member are initiated and are getting “Found” response code, but not all the way to the end i suppose since I cannot load account portal.

Questions are:
Is it possible to integrate Portal with external site?
If yes, are there any pointers on how my problems mentioned above could be fixed?
Are there any ways to use Ghost Pro selfhosted solution with external FE site and have memberships working?
Anyone who tried doing so / succeeded / failed?

1 Like

Welcome to the forum.

The embeddable signup form allows you to collect signups outside of your own site: Embeddable signup forms

But what about actually giving users the ability to sign in / change their permissions ? Portal seemed to do exactly that, aint it supposed to?