cancel
Showing results for 
Search instead for 
Did you mean: 

Async functions aren't been calling anymore

fjcarrasco
Active Participant
0 Kudos

Hello experts,

from yesterday, all functions tagged with "async" in rules aren't been calling.

I have my apps plenty of "async" functions in order to use "await" to make syncronous calls.

What can I do to make it works ?

jitendrakumar.kansal bill.froelich please suggest.

Thanks

Regards,

Kiko

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert

What client (mobile / web) are you seeing this behavior?
if mobile client, issue appears in iOS / Android? which version? public store or branded client?

fjcarrasco
Active Participant
0 Kudos

jitendrakumar.kansal the issue is in mobile cient, in both iOS and Android, and in both kind of client SAP client and branded client

bill_froelich
Product and Topic Expert
Product and Topic Expert

How are you creating your bundle and from what editor? Are you using App Update?

fjcarrasco
Active Participant
0 Kudos

bill.froelich I'm creating the bundle deploying from the BAS

jitendrakumar.kansal It's not working for Web client either

Accepted Solutions (1)

Accepted Solutions (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

fjcarrasco

We have released a patch fixing the correct way of handling async functions. Can you please test again re-deploying the metadata from BAS?

fjcarrasco
Active Participant

jitendrakumar.kansal It seems it works

Many thanks

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

I have confirmed that this is a problem with the bundling in the latest BAS release. I have opened a Very High internal issue to get this fixed asap.

In the meantime, you can work around it by downloading your metadata and using the mdk-tools CLI to deploy to Mobile Services. Just right click on your metadata folder and Download. Extract the metadata and run the following command substituting the appropriate value for <Metadata Directory>

mdk deploy --target mobile --project <Metadata Directory>
fjcarrasco
Active Participant
0 Kudos

Thanks bill.froelich