You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In a new installation, when trying to make a "standard registration" with email and password (without using Socialite/Socialstream), the response is an error: Call to undefined method Illuminate\Support\MessageBag::except()
To Reproduce
Make a standard registration (provide incorrect data).
Expected behavior
Show the error messages in the form
Possible correction, which I made here and works
Environment context
Socialstream version: 5.0.2
Jetstream stack: Livewire
Laravel version: 10.29.0
PHP version: 8.2.3
The text was updated successfully, but these errors were encountered:
Describe the bug
In a new installation, when trying to make a "standard registration" with email and password (without using Socialite/Socialstream), the response is an error:
Call to undefined method Illuminate\Support\MessageBag::except()
To Reproduce
Expected behavior
Show the error messages in the form
Possible correction, which I made here and works
Environment context
The text was updated successfully, but these errors were encountered: