Thank you for that pretty clear explanation.Maybe just a quick explanation of why this solved the problem:
If the call is triggered via API, the application client name is api. In the initial check, the first condition is never met, and the registration of the called classes is skipped. In the proposed solution, the check is against the second condition, so the client name api does meet the first condition, and the required classes are registered.
Statistics: Posted by davidascher — Sun Jun 02, 2024 11:54 pm