Hi,
I have created a node.js application and deployed it to SAP BTP Kyma. The application has a couple of static images in /public/images folder.
The images are loaded and displayed when I start the server locally, but the images are not loaded when I access the server deployed and running in BTP Kyma.
I don't know what I am missing, and hope someone have an idea on what to check.
/Thomas