Skip to content

Conversation

@marcusmoore
Copy link
Collaborator

I ran into an exception being thrown while going through the application set up workflow. Oddly enough it was sporadic and at times I was able to successfully set up the application without hitting it.

From the best I can tell the problem stems from the chunk below:

$user->save();
Auth::login($user, true);
$settings->save();

The user listener was firing on the ->save() line and somewhere along the line $user->full_name was being called before the settings were saved.


I haven't had a chance to full test thing to make sure there aren't any side-effects I'm not considering but here it is if other people report set up issues.

@marcusmoore marcusmoore requested a review from snipe as a code owner May 8, 2025 23:32
@snipe snipe merged commit 9e3e045 into grokability:develop May 10, 2025
8 checks passed
@marcusmoore marcusmoore deleted the fixes/user-full-name-accessor branch May 12, 2025 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants