I keep receiving timeout error when calling a service action.
Here's how the flow work
Read custom claim from IdpCustomization > call update API (in module B) t > API call service action(update) in module A.
From the debugger, when "CreateOrUpdate" action is called I can see the data is inserted into Entity.
After that the program just keep running and couldn't reach Output and return timeout error.
- Constance