Dears,
Dear when trying to create a WEB Source in the apex 19.2, and I received the error message contained in the last print
1 - Access Shared Components and click on the Web Source Modules option
2 - click on create and fill according to the print below

3 - Error Message
To try to get around this, we applied (unsuccessfully) the grant to the HTTP ACL
As below:
"
DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL(acl => 'apex_acl.xml',
host => '\<AppServer IP Address>',
lower\_port => 8080,
upper\_port => 8080);
COMMIT;
END;
"
This error started to happen after the Apex Upgrade, from version 4.1 to 19.2.
Does anyone have any ideas or suggestions that can help solve this?
Tks a Lot
Rodrigo Fuentes