I currently have RX Resume v3 installed which is an open source based resume creation application. This application consists of a database, server and client. The main program for the user to interact with is the client application but this client needs to communicate with the server to be able to login. Currently I have the container stack running just fine behind Nginx Proxy Manager (NPM).
However, when I introduce Authentik to do the forward proxy in front of RX Resume, then RX resume doesnt work. I dont know if something in the Reverse Proxy code snippet that Authentik provides is what needs changing or if its some other setting in the Application-Provider section of Authentik.
I've provided the docker compose for RX Resume so you can see how it is interconnected. Could you please have a quick look? And a copy of the code snippet from Authentik to place in NPM is provided to.