fusionauth-issues
fusionauth-issues copied to clipboard
[Bug]: Unable to login user immediately after registration
What happened?
Logging users immediately after registration results in the following error:
{
"applicationId": [
{
"code": "[invalid]applicationId",
"message": "The [applicationId] property is not valid. No application exists with Id [076d3078-785e-41b7-8566-1accafa55f11]."
}
]
}
Here is a reproduction repo https://github.com/yesmeck/fusionauth-login-bug
Version
1.48.3
Affects Versions
- 1.48.3
- 1.48.2
- 1.48.1
version 1.47.1 works fine.
Perhaps related, or fixed by: (delivered in 1.49.1)
- https://github.com/FusionAuth/fusionauth-issues/issues/2557
~Can you provide a very specific set of recreate steps please?~ - sorry - saw your recreate link.
Internal:
- Try and recreate, possibly already fixed in
1.49.1
I just tested 1.49.1, and the issue has been resolved.
Closing this issue as resolved in 1.49.1.