hey guys, i have a phaclon api and a angular client application. Through the api the client can call .../clients/list and get as a resposne a list of clients (other than the angular client). its looks like client_name: ...., client_redirect:..., client_preview_pic:https://localhost:5001/....(here should be the url from the preview pic stored in ../public/asset/image/preview.jpg), This data are stored in a database. The preview pic is stored at ../public/asset/image/preview.jpg. So my problem is now: how can i get the preview_pic to work, so that it is shown at the client side. I hope you can unterstand what is my problem p.s.: sorry i donĀ“t know why the text is not formated