Why is the background image not showing, but if I change other properties like color or even background color it works? The image path is correct. It is like this
.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;}