0

How can i set a path prefix for scdf UI. I already set the tomcat property (like server.contextPath=/api/) which works for the rest API but the UI is still giving errors.

Info: i have it running in Kubernetes using ingress.

balistof
  • 303
  • 3
  • 10

1 Answers1

0

We do not support GUI redirects with a overridden contextPath. The Dashboard is a SPA and this type of interaction requires special handling from the client-side.

Feel free to open an issue and consider also contributing to the project.

Sabby Anandan
  • 5,636
  • 2
  • 12
  • 21