bitevy
bitevy
PPostiz
Created by Support on 1/7/2025 in #💭│community-support-tickets
Ticket: Localhost Port 5000 Access Issue
I agree with the blog article it's confusing for a simple local machine setup.
9 replies
PPostiz
Created by Support on 1/7/2025 in #💭│community-support-tickets
Ticket: Localhost Port 5000 Access Issue

MAIN_URL: "http://localhost:8080" # Base URL for Postiz
FRONTEND_URL: "http://localhost:8080" # URL for the frontend
NEXT_PUBLIC_BACKEND_URL: "http://localhost:8080/api" # Backend API URL

MAIN_URL: "http://localhost:8080" # Base URL for Postiz
FRONTEND_URL: "http://localhost:8080" # URL for the frontend
NEXT_PUBLIC_BACKEND_URL: "http://localhost:8080/api" # Backend API URL
and Ports to
ports:
- 8080:5000
ports:
- 8080:5000
9 replies
PPostiz
Created by Support on 1/7/2025 in #💭│community-support-tickets
Ticket: Localhost Port 5000 Access Issue
I realized port 5000 is blocked by some other service. I got it working by changing the ports
9 replies
PPostiz
Created by Support on 1/7/2025 in #💭│community-support-tickets
Ticket: Localhost Port 5000 Access Issue
Ok I changes the env to MAIN_URL: "http://localhost:5000" FRONTEND_URL: "http://localhost:5000" NEXT_PUBLIC_BACKEND_URL: "http://localhost:5000/api" But I am getting this error
Access to localhost was denied
You don't have authorization to view this page.
HTTP ERROR 403
Access to localhost was denied
You don't have authorization to view this page.
HTTP ERROR 403
9 replies