Before upgrade my login page loaded a background image via
CSS > Inline;
.t-Body {
background-image:url(#APP_IMAGES#VLA.jpg);
background-repeat: no-repeat;
background-size : 100%;
background-position: 25%;
}
This will no longer load
I have validated that the image is in Static files
Ran this as suggested another post;
java -jar ords.war validate --database apex
Even removed the file and reloaded it in Static files
Leaving the Template as Default or Split does not seem to have any impact