fusionauth-issues icon indicating copy to clipboard operation
fusionauth-issues copied to clipboard

[Bug]: Unable to login user immediately after registration

Open yesmeck opened this issue 1 year ago • 5 comments

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

yesmeck avatar Feb 29 '24 10:02 yesmeck

version 1.47.1 works fine.

yesmeck avatar Feb 29 '24 10:02 yesmeck

Perhaps related, or fixed by: (delivered in 1.49.1)

  • https://github.com/FusionAuth/fusionauth-issues/issues/2557

robotdan avatar Mar 07 '24 06:03 robotdan

~Can you provide a very specific set of recreate steps please?~ - sorry - saw your recreate link.

robotdan avatar Mar 07 '24 06:03 robotdan

Internal:

  • Try and recreate, possibly already fixed in 1.49.1

robotdan avatar Mar 07 '24 06:03 robotdan

I just tested 1.49.1, and the issue has been resolved.

yesmeck avatar Mar 07 '24 09:03 yesmeck

Closing this issue as resolved in 1.49.1.

andrewpai avatar Dec 27 '24 23:12 andrewpai