Hi Team,
I am trying to run mongoku on kubernetes cluster. The problem is that we don't have access to do anything on the domain like creating subdomains and stuff. We can't deploy this on the root path (/).
I am trying to deploy this at "/mongodb" path. While using ingress rewrite rules and I can view the normal pages where HTML is being rendered.
But the API calls are failing because they are adding /mongodb/mongodb to the URL. Because of this it's giving 404.
Is there any option to mention a base path in the application or is there any workaround for this?
Regards,
Akshay Khairmode
Hi Team,
I am trying to run mongoku on kubernetes cluster. The problem is that we don't have access to do anything on the domain like creating subdomains and stuff. We can't deploy this on the root path (/).
I am trying to deploy this at "/mongodb" path. While using ingress rewrite rules and I can view the normal pages where HTML is being rendered.
But the API calls are failing because they are adding /mongodb/mongodb to the URL. Because of this it's giving 404.
Is there any option to mention a base path in the application or is there any workaround for this?
Regards,
Akshay Khairmode