Partner Admin First Login Fails #736
Labels
bug
Something isn't working
question/suggestion
Further information is requested
stale
This issue or PR is inactive.
Milestone
Description
When a newly created Partner Admin tries to log in the first time it fails, as
user.lastActiveAt
isnull
:Logging in the second time succeeds, as
user.lastActiveAt
is notnull
anymore.To Reproduce
Steps to reproduce the behavior:
Expected behavior: User should be logged in
On the backend side there is an exception thrown: TypeError: Cannot read properties of null (reading 'getDate')
Desktop
The text was updated successfully, but these errors were encountered: