Alex
Alex
PPostiz
Created by Support on 12/3/2024 in #💭│community-support-tickets
Ticket: Sign In/Up Redirection and Authentication Issues
I'm seeing the same errors and behaviors despite the networking, which implies a code issue I think
45 replies
PPostiz
Created by Support on 12/3/2024 in #💭│community-support-tickets
Ticket: Sign In/Up Redirection and Authentication Issues
Yes that's right. Maps to traffic in the 192.168.1.x range
45 replies
PPostiz
Created by Support on 12/3/2024 in #💭│community-support-tickets
Ticket: Sign In/Up Redirection and Authentication Issues
I have the same issue using the standard docker compose from https://docs.postiz.com/installation/docker-compose#network-requirements window.isSecureContext is FALSE document.cookie yields a string starting with csrfXXXXXXXXXXXX When I click login I can see a request to http://portainer-host.lan:5000/auth?_rsc=1pz1r that returns 200 OK - but I remain on the sign in page and can't access any other pages (i.e. the root address / redirects to /auth The only modificaitions I've made to the docker-compose file are below:
MAIN_URL: "http://portainer-host.lan"
FRONTEND_URL: "http://portainer-host.lan:5000"
NEXT_PUBLIC_BACKEND_URL: "http://portainer-host.lan:5000/api"
JWT_SECRET: "123435"
MAIN_URL: "http://portainer-host.lan"
FRONTEND_URL: "http://portainer-host.lan:5000"
NEXT_PUBLIC_BACKEND_URL: "http://portainer-host.lan:5000/api"
JWT_SECRET: "123435"
45 replies