Hello,
I would like to call some java script modules (that I installed locally) inside callbacks or in the main.js. I am succeed to do it locally but once deployed in openshift (container) the js modules are not detected by the server inside the static folder.
My folder structure is like that:
app
|
|---- static-----module1.js (imported as script in index.html using src="localhost:5006/static/module1.js)
|---- templates----main.js, index.html, styles.css
main.py
locally it is working but once in openshift the module1.js is not detected in the index.html file (I changed the source link to adapt to url of bokeh server deployed in url)