Post User Registration Action Logs missing
Last Updated:
Overview
This article explains why a Post User Registration custom action flow may not show errors in the logs and provides a potential workaround.
Applies To
- Post User Registration
- Custom Actions
Cause
This is the expected behavior. The post user registration action acts as a "fire and forget" action, and 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, use the Real-time Webtask Logs extension.
- This will display all logs in real time for the custom code in your account. This includes all
console.logoutput and exceptions.