vmware / versatile-data-kit

One framework to develop, deploy and operate data workflows with Python and SQL.
Apache License 2.0
434 stars 57 forks source link

frontend: UI is unable to display data jobs due to license headers breaking html rendering #2772

Open DeltaMichael opened 1 year ago

DeltaMichael commented 1 year ago

Describe the bug UI is unable to display data jobs due to license headers breaking html rendering

Steps To Reproduce Steps to reproduce the behavior:

  1. Connect to CI/CD test cluster
  2. Navigate to UI
  3. Go to manage tab

Expected behavior Data jobs are listed

Actual behavior Data jobs are not listed, error related to license headers in console

image

yonitoo commented 1 year ago

In the current state, the way the UI works is whatever the URL is, all requests are being sent to the web server. However, we want it to instead route the requests with endpoints containing "manage/data-jobs/" to the API. As discussed with @antoniivanov, the best way to fix the problem is by extending the configuration of the API Gateway.