Unsuccessful HTTP response Embedded Form

Hei!
I have some issues regarding getting my forms in the task list to render ( Unsuccessful HTTP response )
I have deployed my spring boot application to a test environment /server (Kubernetes) where I have other projects going, but I can access camunda GUI by www.[my.test.environment].no/camunda. but when I try to get my embedded form, I get 404. when I inspect the browser, everything is “200” ok except when trying to render the embedded form.

What I can see for this is that the Request URL is: www.[my.test.environment].no/forms. and this is for me wrong. it should be something like www.[my.test.environment].no/camunda/forms

I have tested this in postman and the result wast : 404 page not found, except when I added “/camunda” I got :{“timestamp”:“2021-11-10T07:02:58.442+00:00”,“status”:404,“error”:“Not Found”,“message”:“”,“path”:“/camunda/forms/registration.html”} but the result is the same.

so hopefully someone can point me in the right direction to solve this problem :slight_smile:

Additional information:
When trying the project on my local machine, everything is working fine.
the project is deployed like this:
Gitlab → rancher2 ->kubernetise
I know the problem can be somewhere else, but I have talked to someone quite familiar with Kubernetes and he claimed that the error was somewhere in the camunda engine.