Importing Large APEX Applications/Workspaces on Chrome returns: ERR_CONNECTION_REFUSED
(Doc ID 3056846.1)
Last updated on OCTOBER 31, 2024
Applies to:
Oracle Cloud Infrastructure - Database Service - Version N/A and laterInformation in this document applies to any platform.
Goal
While Importing a large (more than 9M) application file in Edge work fine.
However, in Chrome, it falls with ERR_CONNECTION_REFUSED
In Edge, one observe it tries to make a call to a HTTP reference
http://<host>/ords/r/apex/app-builder/install-application?p##_file_id...
but successfully redirects (302 status) to a HTTPS equivalent page and then succeeds.
However, in Chrome it tries to do the same thing, but the redirect is a 307 (Temporary redirect) before throwing the ERR_CONNECTION_REFUSED error.
The APEX instance is only available over HTTPS.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |