Is there a way to see failed login attempts? @emmanuel
I’ve personally had problems with an app refusing to remember my password. If I came back a few hours later the password I just set wouldn’t work and I’d have to reset it, but then that new password wouldn’t work after a few hours either.
Now I’ve got a beta tester in my new app complaining about the same thing. I don’t have any visibility into it.
We’ve had a similar issue for at least the last month. I suspect ours is due to a bug in our own code, but it’d be really helpful to have more info in the logs related to logins, failed logins, changed passwords, etc.
1 Like
I’ve seen that before too. I thought it was just me…
1 Like
A couple more people have complained about their existing credentials being refused.
How about building a data type to hold application-specific logs. Since you can capture login errors in an error workflow, you could spit a message into the log before proceeding to the next step.
1 Like