Image src gets altered and image fails to load

I am new to glitch and I may have posted my query in the wrong category so I apologize for reposting but I am stuck and could really use some pointers. Please feel free to delete whichever category is inappropriate.

I have an app which renders an HTML page from a markdown file as input and I use the ejs package to pass the HTML from the server to the client side. For image tags, it appears that a prefix is being added to the src of the image as in https://jeweled-success.glitch.me/http://PATH-TO-PNG-FILE, which prevents my image from loading.

Can you please tell me how I can overcome this?

You can see this issue here - https://jeweled-success.glitch.me/?mdfile=https%3A%2F%2Fwww.appsheet.com%2Ftemplate%2Fgettablefileurl%3FappName%3DOrderCaptureAug2219-179269%26tableName%3DOrders%26fileName%3DReceipts%2F73ABF958.json

Thanks

A post was merged into an existing topic: Img doesn’t load