Problem statement
We have a post-user-registration custom action flow that. But we could not find the tenant logs related to this action.
Cause
Currently, this is the expected behavior. post-user-registration action does not generate tenant log data since they are not considered to be part of the login pipeline.
Solution
For debugging post-user-registration actions, we recommend using the Real-time Webtask Logs extension, which displays all logs in real time for the custom code in your account. This includes all console.log
output and exceptions.