-
Title: Real-time socket connection not working between FeathersJS and ReactJS via socket.io Description: Steps to reproduce:
Expected behavior:Upon clicking the "createeee" button, I expect the Actual behavior:The listener on the frontend is not triggering the expected console log statement. However, the backend socket listener works correctly. Only the frontend listener seems unresponsive. System configuration:Module versions:
NodeJS version: 20.8.0 Operating System:
Browser Version:
React Native Version: N/A (web issue) Module Loader: N/A Additional Information:We also tried out the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
By default only authenticated users will receive events. A user needs to log in on the frontend as shown here for React. |
Beta Was this translation helpful? Give feedback.
-
@daffl Thanks for the answer. |
Beta Was this translation helpful? Give feedback.
By default only authenticated users will receive events. A user needs to log in on the frontend as shown here for React.