FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

[Bug]: Unable to login user immediately after registration #2665

Open yesmeck opened 7 months ago

yesmeck commented 7 months ago

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

yesmeck commented 7 months ago

version 1.47.1 works fine.

robotdan commented 6 months ago

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

robotdan commented 6 months ago

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

robotdan commented 6 months ago

Internal:

yesmeck commented 6 months ago

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