Hi Team,
I am trying to connect my database with the Auth0 login page as per the steps provided, but there is a time out error when I am trying to test it. There is no firewall authentication. Still facing issue.
Can you try adding console.logs to your Login script, we might be able to get a better idea of where the error is occurring. The console.logs will be printed when you click the Try button. Do you have any Rules setup? One may be causing the timeout.
If you are still having issues, please share your login script (please make sure to remove any sensitive data).
I tried adding the same, what I am getting is “Script execution did not complete within 20 seconds. Are you calling the callback function?” . Also there is no rule being added.
If you do not have any Rules for your client, it could be due to one of your Database Action Scripts. Can you check if you are calling an external API in the script? It is possible it is either not responding or taking too long to respond. Or you could be missing a return statement in one the script.
I am using the template provided for oracle. Added the required credentials i.e. username, password and host (for my database) and then trying. But still it is giving the same message.
Can you double check the connection to the database is correct? And at which point in your script is the console.log stating a time-out happens? It is right when the connection is happening?
Also, would it be possible for you to share the script here? (removing the username, pw, host url, etc)
Is the error being logged in that getConnection function? It would help to take a closer look if you could share the whole script you are using, feel free to DM me the script if you prefer! Also, you could try using the Real-time Webtask Logs extension to watch the logs may help where the error is coming from.
Sorry for such huge delay in response! We’re doing our best in providing you with best developer support experience out there, but sometimes our bandwidth is not enough comparing to the number of incoming questions.
Wanted to reach out to know if you still require further assistance?