Hello everyone.
I have been developing a web application with Oracle Apex 5.1.3, and came to a problem. I want some pages to be visible to the users, without them having to register or log in. That is an easy thing, I just change a setting from Page requires Authentication to Page is Public.
The problem is that on those pages, I have reports or other kind of regions which are used to display blob columns as images. Everything works fine if I have passed the authentication scheme and previously logged in. But when I visit a page as a guest, image alternative text is displayed instead of the image content.
I believe the solution to this problem is simple, but I was not able to find it on other forums or the rest of the internet.