Image with datasource=salesforce" plus ONLY a UI-only model causes error" This is a pretty specific, probably rare, situation that I accidentally found while previewing a page early in the process of building it. The gist is that when a page contains an image and the only model is a ui-only model, the page content will not load. However, either adding a model with Salesforce as the data source OR removing datasource=“salesforce” from the image tag XML fixes it.Given that this issue is limited to pages using only a UI model, I am guessing it won’t come up much, but figured I’d share in case anyone else gets stuck on this. Or in case there is a need to have a page with an image that only contains UI models.Some details:I found this when I started building a page with an image in the header and without any models; checked the preview and it loaded fine. When I added a UI-only model, the preview page loaded, but did not display any content and there were no error messages in version 9.5.6.Thinking maybe it was fixed in a later version, I tested this in a san