joelbutcher / socialstream

OAuth for Laravel, simplified.

Home Page:https://docs.socialstream.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jeffegiovani opened this issue · comments

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

Fixed in v5.0.3