Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

apex.server.process Success Function Callback Not Firing in v5.1.2 Even though I Receive a HTTP Stat

Tony FatourosJul 21 2017 — edited Jul 30 2017

Hi,

I'm using Oracle APEX v5.1.2 and IE11 (which doesn't support Promises)

Hoping someone can pls guide me as to why my apex.server.process success function callback is not firing when I can see that my actual AJAX on demand process has successfully completed, which is basically performing an insert statement into a backend table.

I have checked my Chrome Dev Tools Network tab and am seeing HTTP status codes of 200 OK.

Within my same JS apex.server.process call, I also have my error function callback which is firing.

Based on the above and also the fact that all this apex.server.process is occurring within a dialog modal, what can I check to see why my success function callback is not firing?

Any help would be great.

Thanks.

Tony.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 27 2017
Added on Jul 21 2017
9 comments
4,678 views