I can’t seem to find an error in Settings for magic sign-in links that are clicked after they have expired. Does anyone know a good workaround for this?
Any chance someone can respond to this?
Strange how that’s missed out in App Texts.
Can you run a workflow for “when an unhandled error occurs” to log/display in a toast the error message, then run a scenario where the link is expired and see what’s presented?
+1
I always create an “admin-log” datatype, where I can store this kind of data. Fiels are :
- user
- url
- label
- data
So you can set an event like @NoCodePhill said “when an handled error occurs” and create an admin log, with label “login error” and data “current workflow error message / current workflow code” to snapshot it
Brilliant idea. Thank you!!!
Weird, right? I did exactly this and it turns out that the error code is “This link is expired or has already been used. Please request another.” Looks like bubble chose not to define this one in the typical ABC_123_456 format.
Guess that one was a Friday afternoon job!