on 2020 Aug 27 1:10 AM
Hi Experts,
I am having an error wanting to run a process from Sap Fiori Client or Safari (Sap Fiori Launchpad - SAPUI5 Application).
The steps are the following:
1. I open the link (Sap Fiori Launchpad) from SAP Fiori Client or Safari from an IOS device (Iphone).
2. I open the SAPUI5 application and execute a process (Ajax request to ABAP System)
3. The ABAP system receives the request and processes it
4. The above process takes time to give an answer and SAP Fiori Client or Safari returns the following error: "TimeoutError: The operation timed out".
Note:
I attach the debug made to the process from the safari development tools.
It should be noted that the process runs correctly from Android devices
If anyone has suggestions on how to solve this problem I would appreciate it.
Thank you
Request clarification before answering.
Hi,
Did you find any solution for this? I see the my service is by default asynchronous call. Still getting the same error.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have the same issue on IOS device, did you find any documentation related to 10s timeout...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dany,
try to configure requests in asynchronous mode.
async: true
That was my solution.
Regards.
User | Count |
---|---|
78 | |
21 | |
8 | |
7 | |
7 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.