cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori Client - IPhone - TimeoutError: The operation timed out

JuanJara
Explorer
0 Kudos
846

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

Accepted Solutions (0)

Answers (2)

Answers (2)

shailesh1
Explorer
0 Kudos

Hi,

Did you find any solution for this? I see the my service is by default asynchronous call. Still getting the same error.

Thanks

dany_lapointe_am
Explorer
0 Kudos

We have the same issue on IOS device, did you find any documentation related to 10s timeout...

JuanJara
Explorer

Hi Dany,

try to configure requests in asynchronous mode.

async: true

That was my solution.

Regards.