Setting up in openshift

I have been trying to install and setup corteza inside of openshift. I first tried to used the k8s files but could not get anything working. I have gotten the server, corredor, and DB running. I am wondering if anyone might know what my latest issue is. The problem I am having now is a go to my url , it redirects me to login. I enter my created login and it never re-directs me to the application. Moreover I cant seem to get to the main app by any means. I suspect it may be environment variables. I was wondering if anyone might have seen anything similar or might know a path forward.

Hi @nfpappas, thank you for your interest in Corteza

I enter my created login and it never re-directs me to the application

Does this mean you are “stuck” in /auth?
If you enter auth directly Corteza can not know where it can redirect you to when you are authenticated.

When you hit the client app (Admin, Compose) it will redirect you to auth and through the authflow. And when you are done it redirects you back to where you started.

Hope I understood your issue.