mattlathrop
mattlathrop
I am self hosting as well. Running the instance in docker. I have set my PUBLIC_URL and PUBLIC_SERVER_URL values to the same address now and have no trailing slashes and...
Here is a partial kubeconfig file (the docker containers are running in kubernetes) ``` containers: - name: reactive-client image: amruthpillai/reactive-resume:client-latest ports: - containerPort: 3100 name: reactive-client env: - name: POSTGRES_HOST...
Just to add some extra light using postman to just run a GET request to both `subdomain.domain.ax/api/printer//test` and `10.0.1.218:3100/printer//test` produce the same result as the GUI.
I'm having the same issue. Did you find a solution?
Adding a bit of color here: Logging into the shell of the pod, it seems forwarding has not been enabled on the container (i.e. `cat /proc/sys/net/ipv4/ip_forward` returns 0)? Is that...