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.
   
![image](https://github.com/apache/dolphinscheduler/assets/13224827/75cecbef-7f9d-47a4-96d3-d55de954d20a)
   
   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.
   
   
![image](https://github.com/apache/dolphinscheduler/assets/13224827/788d6edd-b9bf-4bf8-897e-64320789c82d)
   
   
![image](https://github.com/apache/dolphinscheduler/assets/13224827/c2348fa3-f19c-4e74-8b0e-36020219dc61)
   
   when switching back to 3.2.1 official image, it works well.
   so i consider it as bug
   
   it shows error on console, see
   
![image](https://github.com/apache/dolphinscheduler/assets/13224827/7b2811ff-ab66-45a6-89d0-b134290e90d9)
   
   ```
   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]

Reply via email to