Can't Login to 2nd Instance - Loop

I've recently built a 2nd instance of self-hosted on a Kubernetes cluster in Azure - using our Enterprise license key. I've followed the documentation for manifests as best I can (which I feel, by the way, could be more concise and complete)...

I've managed to get the jobs-runner, api and postgres services running, but the code-executor seems to have issues (I'm parking that for now as I don't believe this is directly impacting the current problem - but shout if you think otherwise!)...

I haven't setup SSL or DNS yet, and am just trying to access the instance via the IP:3000. I can reach the login page, then when I enter a username and password it will take me to a stage where it asks for my full name... when I enter my name, it takes me back to the login page and the loop continues in that sequence - I can't get into the application.

Has anyone else experienced this and is there any way for me to see what's going on? I've tried rebuilding containers and using my own personal email (@protonmail) as well as using my work email.

Thanks everyone :slight_smile:

Dave