API problem with my project, sometimes they work good other not

i don’t know why but the API do not work well, maybe because i’m in test mode? in live mode they work well? can you help me with that? the api are configured well in google cloud

Being in test or live shouldn’t affect your API calls, how often do they fail to work?

In any case, you check “Include errors in response and allow workflow actions to continue” when setting up the API call and display an error message to the user in case the API fails. You can do this by going in the workflow that contains the API call and setting up a step after the API call that goes something like “Trigger custom error workflow - only when result of step 4’s returned_an_error is yes”. You’ll have to setup the custom error workflow to display the message.

At least this would prevent the users from seeing the ugly error messages that popup whenever an API call fails :sweat_smile:

thanks for help

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.