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
We'll need more info and/or code to debug this further. Can you please create a repository with the command below, commit the code that reproduces the issue as one separate commit on the main/master branch and share the repository here?
Echo Version
2.0
Laravel Version
12
PHP Version
8.2
NPM Version
10.8.3
Database Driver & Version
No response
Description
I am trying to create a simple Realtime-Online-list. For this, i am trying to join a presence room:
but the
error-callback
logs to the console :{type: 'AuthError', error: undefined}
Here more of my Nuxt3 frontend code:
On my backend, I am using Laravel 12, but before I tried Laravel 11, and had the the problem. Here the code:
bootstrap/app.php:
http://localhost:8000/broadcasting/auth
returns 200 Ok Code with an auth and channel_data property.Steps To Reproduce
adding
Broadcast::routes(['middleware' => ['api', 'auth:sanctum']]);
to channels.phpphp artisan reverb:start
The text was updated successfully, but these errors were encountered: