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.