microsoft/dotnet-podcasts

Images loaded over HTTP don't show up when running from VS

danroth27 opened this issue · 1 comments

If I start the backend by running docker-compose up and then run the web app from VS using the Podcasts.Web solution, some of the images don't show up in the podcast player app because by the default VS will launch the site under HTTPS, but some of the podcast images are HTTP URLs:

image

I think we have fixed most if not all of this.