You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're correct that node16 should be available for actions. I believe the issue here is around the version of the trigger you're binding to, v1:
supported_triggers {
id = "post-login"
version = "v1"
}
Version 1 does not support node 16 which should explain the error. Further, versions 1 and 2 of that trigger are deprecated, so I'd recommend trying again with v3 which supports node 16 by default. Hope that helps!
@kpettijohn One final followup here – I've pushed a change to an internal repo that adds more context to this exact error. I'm hoping it enables users to rectify themselves. Thanks again for bringing this to our attention.
Checklist
Description
I seem to be unable to create an action with a node16 runtime.
Error response
If I use a node12 runtime the action is successfully created.
Expectation
Ability to create auth0 actions using the node16 runtime.
Reproduction
Auth0 Terraform Provider version
0.35.0 and 0.34.0
Terraform version
1.1.8
The text was updated successfully, but these errors were encountered: