In a form, I compute an image.
Here is the code in the onShow event of the image
var baseUrl = "https://jvolt.pyxsmart.net/volt-apps/";
var imgURL = app.getImageBaseURL();
var img = BO.F_Club_name.getValue();
page.F_Logo.setURL(imgURL.replace("../../../../../", baseUrl) + img + "-S.png");
The image does not show, the computed link from the code is :
http://localhost/volt-apps/secure/1/content/1.0.0.14/5115e51c-feb5-4b8d-8b09-1909735eab4d/1591647376431-2/desktop/fr/fr/fr/desktop/image/Arsenal-S.png
I can not reproduce the behavior. I have a sample that uses this code and it works fine. Can you provide a sample form that demonstrates the behavior?
Could it be because you have mixed HTTP with HTTPS?
As per my other post :
Ok, because I moved from a server on my laptop on which I have no https to our production server on the web on which there is https, I did not change the basic link in the configuration to https. So this one, again is my fault. Thanks for the assistance