Hi,
I installed Oracle Autonomous Database Free Container Image following the instructions in this link:
🔗 https://github.com/oracle/adb-free
I set it up on Docker, and my APEX application works fine when I am connected to the internet. I can access it at:
👉 **https://localhost:8443/ords**
However, when I disconnect from the internet, I get the following error:
There is a problem with your environment because the Oracle APEX files have not been loaded. Please verify that you have copied the images directory to your application server as instructed in the Installation Guide. In addition, please verify that your image prefix path is correct. Your current path is https://static.oracle.com/cdn/apex/24.1.4/ (it should contain both starting and ending forward slashes, such as the default /i/). Use the SQL script reset_image_prefix.sql if you need to change it.
🔹 How can I make APEX work offline in this setup?
🔹 What steps should I take to fix this issue?
Thanks!