question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't get it to work

See original GitHub issue

On a single server I can see it populating events in my mongodb but as soon as I scale to 3 servers it stops working and I get socket connection errors such as

WebSocket connection to 'wss://api.example.com/socket.io/?EIO=3&transport=websocket&sid=yXLuMAYr79h-YcadAAAA' failed: Error during WebSocket handshake: Unexpected response code: 400
 Authentication timed out

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
nsainaneycommented, Sep 20, 2018

For newer feathers, on the server:

app.configure(socketio({
    transports: ['websocket']
  }));
0reactions
dottodotcommented, Jul 6, 2018

I now have another issue on the same setup. When trying to connect to my feathers app from another express app using socketio-client it just times out. If I scale my feathers app back to a single server it’s fine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

7 Reasons You Have No Motivation To Work (And ... - Zippia
Feeling like your work matters and feeling a connection to your coworkers can have a huge effect on how motivated we are at...
Read more >
4 reasons you can't focus at work (and how to destroy each one)
Reason #1: You're, like, really tired (and killing off brain cells). Are you yawning at your desk? Do you feel bleary-eyed and foggy,...
Read more >
Why can't I just WORK??? - procrastination job failure
One possibly related issue I've noticed is that as soon as I run against ANY difficulty in a task, I instinctively want to...
Read more >
10 Reasons You Can't Get Anything Done at Work - Payscale
10 Reasons You Can't Get Anything Done · 1. You're spread too thin · 2. You're tired · 3. You're setting the bar...
Read more >
How to Keep Working When You're Just Not Feeling It
Design Goals, Not Chores · Find Effective Rewards · Sustain Progress · Harness the Influence of Others · Recommended For You ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found