Lucas

Results 9 comments of Lucas

> I can't promise this is a fix but @Daynnnnn is giving this a go: > > ``` > // Only use WebSockets > const pusher = new Pusher(APP_KEY, {...

@lawrencedudley @aryanjaya your fix for setting `enabledTransports` works perfectly! @rennokki is it a good addition for the docs maybe? Edit: Correction, this is not a "fix", but a workaround. By...

I haven't had my issue since adding `enabledTransports: ['ws', 'wss']` and not using `disabledTransports`.

Try changing `enabledTransports: ['wss']` to `enabledTransports: ['ws', 'wss']`

It's a private channel, and your screenshot does not include XHR, so I can't see if your channel auth call is successful, but that would be my first bet of...

Locking Next to version 13.0.0 and 13.0.1 works, 13.0.2 and up seem not to cache any of my server side fetches.

https://codesandbox.io/p/sandbox/romantic-oskar-5scorz Here is a basic example using next 13.0.2, check the output console. When loading the home page, the api console log is logged twice.

Is there any update on this? I can't write any vue tests for my single file components because of this error. All the other suggestions online are "clean up node_modules",...

It appears somehow that version 5.4.0 does not ship these features.