Hi,
I am building an Action Script to test the automatic migration of our existing users to the Auth0 database. I have followed the steps to set this process up, and have built my action script for Login.
When running the “Save and Try” option for the script, I’ll get back errors about the script failing for various reasons, however I’m not sure how to get more fine-tuned debugging of the script.
Many of the Action Script Templates show console.log()
being used, however when I open the developer tools there are no logs present when I running the “Save and Try” login script. Where may I view the log information for testing an Action Script? Or where is the better place to test and develop such scripts?