pegasas opened a new issue, #15904: URL: https://github.com/apache/dolphinscheduler/issues/15904
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened I build my custom image using https://github.com/apache/dolphinscheduler/blob/dev/.github/workflows/e2e-k8s.yml#L55-L69 and modifies following image settings https://github.com/apache/dolphinscheduler/blob/dev/deploy/kubernetes/dolphinscheduler/values.yaml#L32-L50 it seems work well while getting status.  when i using ``` kubectl port-forward --address 0.0.0.0 svc/dolphinscheduler-api 12345:12345 ``` it shows nothing on browser dev tools shows OK and pod logs also OK.   when switching back to 3.2.1 official image, it works well. so i consider it as bug it shows error on console, see  ``` Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec. ``` not sure if it related to this bug. ### What you expected to happen see above ### How to reproduce see above ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
