I am working on openUI5 application which has a custom control rich text Editor(Tiny MCE Version: 5.10.0). When I run my application locally I do not find any error and Editor works fine as expected. But when I deploy my code in pipeline and checked in my QA environment it gives 404 - not found error. Also, my generated request looks like it is mentioned below in the screenshot.
Request on Deployed Environment
As per my understanding when you deploy your code it gets minified by application cache buster file. And when we try to access the same request removing the highlighted number you can easily access the required file. My rich text editor structure looks same as it is described in the mentioned screenshot which is similar to the standard SDK setup given on Tiny MCE site for reference - (https://www.tiny.cloud/get-tiny/)
Any help would be much appreciated for future references.