Why won't the background image display, even though I have verified that the image path is correct and changing other properties like color or background color works just fine? Here is my CSS code snippet:
.container {
background-image: url('/myapp/peter-broomfield-m3m-lnR90uM-unsplash.jpg');
z-index: -1;
opacity: 1;
background-size: cover;
background-position: center center;
height: 900px;
width: 900px;}