Hi @aloysius,
Welcome to the Auth0 Community!
I understand that you have encountered an error when signing up and logging in to your application.
Generally, the “Request to Webtask exceeded allowed execution time”
error happens when one of the Extensibility features could not finish execution in time.
With that said, I recommend checking Rules/Actions/Hooks to see if there is a script that is preventing the signup flow from completing.
It may be worth checking your Logs on your Dashboard > Monitor > Logs and seeing if there is a more descriptive error.
Additionally, you could use the Real-time Webtask Logs Extension to display all the logs related to your authentication pipeline and find the script that is failing to complete execution.
Hoped this helps!
Please let me know how this goes for you.
Thank you.