Hello. @jmangelo.
I just followed the step from rules/redirect-rules/simple at master · auth0/rules · GitHub
Hosted webtask.js on heroku.
Created rule on Auth Pipeline.
After user sign up, auth0 redirects to the consent form properly.
Once user submits consent form, it switches user to the auth /continue with the state, but I got Unauthorized 401 error.
I tested it works on local environment (ex. localhost:3000), but got Unauthorized error on production environment.
Thank you.