How on earth am I supposed to know that
https://stackoverflow.com/questions/60733873/i-am-facing-error-about-apex-images-loading
Starting with Apex 18.1.x.x.x we should be instead putting CDN location as static path for images. Local path will not be supported any further. Take a look at below announcement : https://blogs.oracle.com/apex/announcing-oracle-apex-static-resources-on-oracle-content-delivery-network
To fix of course point it to the CDN….
- Locate reset_image_prefix.sql . It should be under ‘apex/utilities’
- change directory :
cd apex/utilities
SQL> @reset_image_prefix.sql
https://www.oracle.com/tools/downloads/apex-downloads.html
For APEX product version 21.1.2, 21.1.3, 21.1.4 and 21.1.5, use https://static.oracle.com/cdn/apex/21.1.2/. The CDN contains the production APEX 21.1 static resources and the updat