Ariel
PPostiz
•Created by Support on 12/8/2024 in #💭│community-support-tickets
Ticket: Docker-compose config issue with MAIN_URL and FRONTEND_URL
Hi @Grigorij , you'll need to configure each provider separately.
You can follow the documentation for LinkedIn here: https://docs.postiz.com/providers/linkedin
14 replies
PPostiz
•Created by Support on 12/6/2024 in #💭│community-support-tickets
Ticket: Confusion Over Facebook/Instagram Permissions for Postiz
Up
22 replies
PPostiz
•Created by Support on 12/8/2024 in #💭│community-support-tickets
Ticket: Docker-compose config issue with MAIN_URL and FRONTEND_URL
or
ports:
- 5777:5000
after this restart the containers
docker-compose down
docker-compose up -d
14 replies
PPostiz
•Created by Support on 12/8/2024 in #💭│community-support-tickets
Ticket: Docker-compose config issue with MAIN_URL and FRONTEND_URL
@Grigorij
The docker-compose file maps the application's internal port 5000 to the host machine's port 5000 (ports: 5000:5000)
Since Docker is exposing the app on port 5000 (both internally and externally), all URLs should reference port 5000 to correctly route traffic to the app.
MAIN_URL: "http://localhost:5000"
FRONTEND_URL: "http://localhost:5000"
NEXT_PUBLIC_BACKEND_URL: "http://localhost:5000/api"
14 replies
PPostiz
•Created by Support on 12/8/2024 in #💭│community-support-tickets
Ticket: Docker-compose config issue with MAIN_URL and FRONTEND_URL
ports:
- 5000:5000
why are you using port 5777 in MAIN_URL and FRONTEND_URL?14 replies
PPostiz
•Created by Support on 12/6/2024 in #💭│community-support-tickets
Ticket: Confusion Over Facebook/Instagram Permissions for Postiz
I’m having the same problem, my requests for Meta Advanced permissions keep getting rejected over and over.
anyone here who got approved?
could you share what permissions you applied for and exactly what you showed in your app’s screen recordings?
would really appreciate the help! ✨
22 replies