Use-case: Automatically assign a default project role (user) to every new user after registration.
Environment: Self-hosted
Version: v4.11.0
Stack: Login V2 enabled, using ZITADEL Console + API
What you expected to happen: After a user registers via Login UI, the action assignDefaultRole should trigger and assign the user role from project 364528156301852676 automatically.
What went wrong: Actions V1 Post Creation flow does not trigger at all when Login V2 is enabled. Tested with both Internal and External Authentication flows. The action is active and correctly named. No errors in logs, no sign the action runs.
Question: Is there a way to auto-assign a project role on user registration without setting up an external webhook server? Or what is the recommended approach with Actions V2 for this use case?