Images not showing up in hosted site

后端 未结 3 664
面向向阳花
面向向阳花 2021-01-12 03:42

Thanks for taking the time to look at this, I\'ve researched as best I can but am not coming up with anything. I saw a similar stack overflow post about waiting for images t

3条回答
  •  一向
    一向 (楼主)
    2021-01-12 04:15

    After Redeploying a million times to no avail, I figured I had to troubleshoot and figure out what was wrong. I inspected the url for the file i.e. https://exampleApp.firebaseapp.com/img/myimg.png or whatever it is in your case. In essence my problem was simply case sensitivity. So instead of myimg.png the file was stored as myimg.PNG. So just check if that extension is your issue.

提交回复
热议问题