Replies: 1 comment 1 reply
-
Hi, I was having the same issue and bodged it by updating
Hope this helps in the meantime |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looking for a little advice with an issue getting passkeys created.
On Laravel 12.18.0 / PHP 8.4.1, with the spatie/laravel-passkeys installed/configured following the instructions on spatie, when creating a new passkey from the /profile route, the following error is returned:
TypeError
App\Models\User::getPasskeyDisplayName(): Return value must be of type string, null returned
vendor/spatie/laravel-passkeys/src/Models/Concerns/InteractsWithPasskeys.php:29
Example liveware payload is:
Beta Was this translation helpful? Give feedback.
All reactions