-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I think the Oracle documentation is definitely wrong about this part:
The Autonomous Database Free Container Image provides an alternative to run Autonomous Database in a container in your own environment, without requiring access to Oracle Cloud Infrastructure Console or to the internet.
seeing that the image requires access to https://static.oracle.com/cdn/apex/24.1.4/
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?