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
Look at the dev tools - feathers reconnects, create authentication is sent, response received, but nothing shows up in the console - eg. no registered hooks or events are fired
Note:
This error happens only on the first connection, if the first attempts were unsuccessful.
Hooks and events are correctly fired if the app disconnects and reconnects again after it was already connected.
This should happen automatically already. #1696 was supposed to fix the reconnection behaviour with queued requests as well. I'll have to double check what's happening there.
I believe this should work now in the latest version. The next major version will probably remove the client internal timeouts and let the connection (REST/Socket.io) handle that.
Steps to reproduce
Using this code on client with realtime and auth on the server.
create authentication
is sent, response received, but nothing shows up in the console - eg. no registered hooks or events are firedNote:
This error happens only on the first connection, if the first attempts were unsuccessful.
Hooks and events are correctly fired if the app disconnects and reconnects again after it was already connected.
System configuration
Feathers: 4.4.1
NodeJS version: 12
Operating System: Win 10
Browser Version: Chrome 76
The text was updated successfully, but these errors were encountered: