Ticket: 403 Error: Access Denied on Localhost URLs
@nodechef Just created a ticket
Question: Change the env vars to http://127.0.0.1:5000 MAIN_URL: "http://127.0.0.1:5000" FRONTEND_URL: "http://127.0.0.1:5000" NEXT_PUBLIC_BACKEND_URL: "http://127.0.0.1:5000/api" but it throws the error: Access to 127.0.0.1 was denied You don't have authorization to view this page. HTTP ERROR 403
Attempted: MAIN_URL: "http://localhost:5000" FRONTEND_URL: "http://localhost:5000" NEXT_PUBLIC_BACKEND_URL: "http://localhost:5000/api"
Working On: idk
Using Postiz On: docker-compose
Take it from here @Postiz
Question: Change the env vars to http://127.0.0.1:5000 MAIN_URL: "http://127.0.0.1:5000" FRONTEND_URL: "http://127.0.0.1:5000" NEXT_PUBLIC_BACKEND_URL: "http://127.0.0.1:5000/api" but it throws the error: Access to 127.0.0.1 was denied You don't have authorization to view this page. HTTP ERROR 403
Attempted: MAIN_URL: "http://localhost:5000" FRONTEND_URL: "http://localhost:5000" NEXT_PUBLIC_BACKEND_URL: "http://localhost:5000/api"
Working On: idk
Using Postiz On: docker-compose
Take it from here @Postiz
3 Replies
Docker-compose file
It was a strange error. I was facing the above error with Rancher but when I changed the context to use Docker Desktop it started working.
@Postiz please help @nodechef