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
Is there a working version for Laravel 11 and Laravel Reverb?
Used beyondcode/laravel-websockets till today and "@nuxtjs/laravel-echo": "2.0.0-alpha.5".
Is there a newer Version which supports Laravel Reverb?
Hoping it is only necessary to update echo.js to a newer Version.
In nuxt 2 I'm using a plugin with this code:
export default async function ($nuxt) {
if ($nuxt.$echo.options.broadcaster !== $nuxt.$echo.config.broadcaster) {
$nuxt.$echo.options.broadcaster = $nuxt.$echo.config.broadcaster
await $nuxt.$echo.connect()
}
}
ReferenceError: Pusher is not defined
at PusherConnector.connect (echo.js:1060:27)
at new Connector (echo.js:974:10)
at PusherConnector._createSuperInternal (echo.js:129:24)
at new PusherConnector (echo.js:1039:20)
at Echo.connect (echo.js:1487:26)
at Echo._callee3$ (echo.js:39:5)
at tryCatch (pdf_viewer.js:1329:1)
at Generator.invoke [as _invoke] (pdf_viewer.js:1502:1)
at Generator.next (pdf_viewer.js:1372:1)
at asyncGeneratorStep (asyncToGenerator.js:3:1)
Is there a working version for Laravel 11 and Laravel Reverb?
Used beyondcode/laravel-websockets till today and "@nuxtjs/laravel-echo": "2.0.0-alpha.5".
Is there a newer Version which supports Laravel Reverb?
Hoping it is only necessary to update echo.js to a newer Version.
In nuxt 2 I'm using a plugin with this code:
and config in build modules which is like
Getting the following error
According to docs I think it's not the newest version of echo.js installed?
https://laravel.com/docs/11.x/broadcasting#client-side-installation
The text was updated successfully, but these errors were encountered: