Can someone help me by pointing me in the right direction, where do i start looking to resolve this error?
Hi Sacco,
'Token validation failed' is usually an issue which refers to a service attempting to 'talk' to another service or server, but fails to send the appropriate validation token with the request to satisfy the security requirements of that connection.
It appears in the MonthlyLoansAccountStatement Screen, in the loading stage (Preparation); something needed to check permissions somewhere using a token, and it failed. I imagine it could potentially be a timed out session where the user was logged out, but still attempted to make a request with an invalid token (though OutSystems itself typically handles that differently iirc, but it does say 'No Session') or a REST- or SOAP-request that failed because of an authentication token not being sent or received (or the wrong one/an expired one being sent/received).
Hope it gives you a start!
It helps, thanks.