Some pages in Apex have error when try to download an interactive report.
We can see the error in the browser console: ERR_INCOMPLETE_CHUNKED_ENCODING 200 (200)
Browser output:
jquery-migrate-3.0.1.min.js?v=19.1.0.00.15:33 JQMIGRATE: Migrate is installed, version 3.0.1
legacy_18.min.js?v=19.1.0.00.15:1 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
get @ legacy_18.min.js?v=19.1.0.00.15:1
desktop_all.min.js?v=19.1.0.00.15:2 POST https://urlname.domain.com.br/apex/dbname/wwv_flow.ajax net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (200)
send @ desktop_all.min.js?v=19.1.0.00.15:2
ajax @ desktop_all.min.js?v=19.1.0.00.15:2
e.ajax @ jquery-migrate-3.0.1.min.js?v=19.1.0.00.15:80
k @ desktop_all.min.js?v=19.1.0.00.15:13
j @ desktop_all.min.js?v=19.1.0.00.15:13
a.plugin @ desktop_all.min.js?v=19.1.0.00.15:13
_get @ widget.interactiveReport.min.js?v=19.1.0.00.15:1
(anonymous) @ desktop_all.min.js?v=19.1.0.00.15:27
_controlsGet @ widget.interactiveReport.min.js?v=19.1.0.00.15:1
(anonymous) @ desktop_all.min.js?v=19.1.0.00.15:27
action @ widget.interactiveReport.min.js?v=19.1.0.00.15:2
i @ desktop_all.min.js?v=19.1.0.00.15:47
p @ desktop_all.min.js?v=19.1.0.00.15:47
mouseup @ desktop_all.min.js?v=19.1.0.00.15:47
h @ desktop_all.min.js?v=19.1.0.00.15:27
dispatch @ desktop_all.min.js?v=19.1.0.00.15:2
y.handle @ desktop_all.min.js?v=19.1.0.00.15:2
Apache Logs:
XXX.XX.XX.XX - - [29/Jan/2021:08:51:18 -0300] "POST /apex/dbname/wwv_flow.ajax HTTP/1.1" 200 2271 "https://urlname.domain.com.br/apex/dbname/f?p=1000:981:17578935542297:::981::&cs=30kd41FBaMUNoxn1N-V2EepfZu6608UgZ7wwSp7LssXYR2Ak0ZvJkHl1O0rgLstfXAoPvYh6Rj2__pjCQ_leIOQ" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36"
Another pages in the same workspace/application works correctly.
Apache: 2.4.25
mod_jk: 1.2.42
Apache Tomcat/9.0.41
JVM Version: 1.8.0_275-b01
Oracle REST Data Services version: 20.4.1.r0131644
Apex Version: 19.1.0.00.15
Some Idea?
Regards,
Rodrigo