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

The deletion model event is not firing when removing a connected account. #382

Closed
ivannovak opened this issue Oct 8, 2024 · 1 comment · Fixed by #381
Closed

The deletion model event is not firing when removing a connected account. #382

ivannovak opened this issue Oct 8, 2024 · 1 comment · Fixed by #381
Labels
bug Something isn't working

Comments

@ivannovak
Copy link
Contributor

Stack

Jetstream – Vue with Inertia

Package Version

v6.1.7

Laravel Version

v11.26.0

Livewire Version

No response

react Version

No response

Vue Version

v3.2.31

PHP Version

PHP 8.2.24

Problem description

When deleting a connected account the ConnectedAccountDeleted::class event is not firing.

Expected behavior

I expect the event to fire.

Steps to reproduce

  1. Register the ConnectedAccountDeleted::class event in the EventServiceProvider
  2. add a listener of any sort (add dump or log to watch for execution)
  3. connect an account
  4. remove the account
  5. observe the listener has not fired (either through no new dumps or no new logs)

Reproduction repository

https://github.com/ivannovak/socialstream-demo

Relevant log output

hard to prove the negative.
@ivannovak ivannovak added the bug Something isn't working label Oct 8, 2024
@ivannovak
Copy link
Contributor Author

I've submitted a working fix here #381

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.

1 participant