79368155

Date: 2025-01-19 00:06:13
Score: 1.5
Natty:
Report link

Saw your call out from your comment. Looks to me that you configured your authentication URI in the pusher instance to go to /api/broadcasting/auth:

enter image description here

But your actual request is going to /broadcasting/auth:

enter image description here

So, are you changing the default URI for that authentication route? What does php artisan route:list show you? It should look something like this:

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Erutan409