Internal request for verify_account #467
Replies: 2 comments 5 replies
-
It should work in general. Maybe it has issues in your case because the |
Beta Was this translation helpful? Give feedback.
-
It turns out that the previous error was due to the fact that I manually created an invitee account, so no verification keys were ever generated for the invited user. I see the invitation logic as follows:
To achieve point 4, I figured I can somehow use auth methods with This doesn't seem to work (not sure hot to set account_id correctly)
with error:
Full code:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to use
internal_request
to verify an account, but I'm encountering an error related to an invalidverify_account_key
. Here's the error message I'm receiving:According to the Rodauth documentation:
am I using
internal_request
incorrectly?Beta Was this translation helpful? Give feedback.
All reactions