Skip to Content
0
Sep 21, 2023 at 11:32 AM

BTP Kyma node.js static resources

198 Views

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