Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] "Call to undefined method Illuminate\Support\MessageBag::except()" when try Register #303

Closed
jeffegiovani opened this issue Oct 24, 2023 · 1 comment · Fixed by #304
Labels
bug Something isn't working

Comments

@jeffegiovani
Copy link

jeffegiovani commented Oct 24, 2023

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()

Captura de tela 2023-10-24 151227

Captura de tela 2023-10-24 151254

To Reproduce

  1. Make a standard registration (provide incorrect data).

Expected behavior
Show the error messages in the form

Possible correction, which I made here and works

Captura de tela 2023-10-24 151822

Captura de tela 2023-10-24 151914

Environment context

  • Socialstream version: 5.0.2
  • Jetstream stack: Livewire
  • Laravel version: 10.29.0
  • PHP version: 8.2.3
@joelbutcher
Copy link
Owner

Fixed in v5.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants