I am working on setting up the pipeline for writing auth0 scripts and i am seeing an issue where the action scripts created under library remains in built
state and not changing to deployed
even after i used the cli commands a0deploy
with --experimental_ea --force
. Wondering does Auth0 CLI provide an option to explicitly change an action script created from built
to deployed
state ?
Seeing the error “Trying to create a binding for an action that has not been deployed yet.”
Hi @dharihar
Welcome to the Auth0 Community!
According to our Knowledge Article on “Trying to create a binding for an action that has not been deployed yet”, the build has most likely not yet finished. Can you try to increase the delay between deploying and trying to assign to up to 2 minutes?
You can read more about that here → Management API Error "Trying to Create a Binding for an Action That Has Not Been Deployed Yet"
Thanks
Dawid
1 Like
Thanks for the reply. Yes, i did added upto 120 seconds delay between by action deploy command and the trigger deploy command. It still did not work
It worked after i mentioned “deployed”:true in the scripts