Socket IO polling #1748
FutureFutureTo
started this conversation in
General
Replies: 1 comment 1 reply
-
Whoops, solved it! If anyone else is running into this, make sure you don't have a browser open with the React Email dashboard running. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a new build on a NextJS app.
I followed the Manual Install process for React Email. All seems good, but now I'm getting the following console when running the Next app in dev:
GET /socket.io?EIO=4&transport=polling
It's a constant request and is causing rate limiting in my parent app. Any ideas on how to kill this? Also, what is socket.io used for in this package?
Beta Was this translation helpful? Give feedback.
All reactions