Hello, having an issue where it returns "Unknown Error" in the lock. I am not able to authenticate and login to my site.
Some background:
I am saving user information in a sql server database
In autho I have setup the database with the sql azure database scripts.
I am certain the database connection is correct as I can create users from my app.
I have setup the script debugging and access wt-cli from my devbox
my callback is set in both the config file and the auth0 portal to http://localhost:5000/account/profile (I have profile under the account controller and 5000 is my port)
HOWEVER:
I cannot login - it gives me an "unknown error". It runs the debug script output but it does not seem to be giving any helpful info. Any guidance is appreciated
I cannot reset password from the app (I can do it from the portal "try" button) When I try to reset a password from the app it says "There was an error processing the password reset" and does not seem to be trying to go back to auth0. The debug script has no activity.
Hi @drewid, this seems to be an issue related to your custom database script or to your callback URL configuration. I suggest you send a mail to support@auth0.com or reach out on chat.auth0.com
Hello, having an issue where it returns "Unknown Error" in the lock. I am not able to authenticate and login to my site.
Some background:
HOWEVER:
Any help/insights is greatly appreciated.