Postiz Self-Hosted - All working, but API access does not #1487
Unanswered
cmanblues
asked this question in
Bugs / Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody! I have self-hosted Postiz on my server at home via Docker. I have it published to the Internet via NGINX Proxy Manager. All is working so far: I can register, login, connect channels, all good. But I cannot access the API. I have used the offical docker-compose from the Postiz docu and basically renamed 'localhost' with my URL. What have I done wrong?
When I open the API URL nothing happens for a few seconds, then it gets forwarded to https://postiz.mydomain.com:5000/api. 5000 being the internal port. When I open https://postiz.mydomain.com/api on the machine the docker container it is running on, I get "App is running", but not from other clients like iPhone or Mac Mini with Openclaw / Hermes in the same WiFi Network or over 5G.
What am I doing wrong...
Thank you,
Chris
Beta Was this translation helpful? Give feedback.
All reactions