Not able to access public folder in express server from a react app

The Problem I get a broken image in the browser when rendering the path to images saved on backend (using express). I know there are similar questions, but non could solve the issue for me. Details I have this on my server.ts file running in http://localhost:5000: import express from 'express'; export const app = express(); … Read more