create-react-app icon indicating copy to clipboard operation
create-react-app copied to clipboard

sockjs-node/info request in production

Open twigs67 opened this issue 3 years ago • 2 comments

Hello,

I'm running a create-react-app in production, but running 'yarn build' and in production I'm seeing the following request being made over and over (10 times then stops): http://localhost:3000/sockjs-node/info?. I'm not sure how to stop this or if this is a bug or what, but I have not ejected the app.

Any help would be appreciate.

Thanks

twigs67 avatar Apr 27 '21 19:04 twigs67

entry: isEnvDevelopment ? { index: [ require.resolve('react-dev-utils/webpackHotDevClient'), require.resolve('react-error-overlay'), paths.appIndexJs, ] }: { index: [ paths.appIndexJs, ] },

like this, try again

XieAn2016 avatar Feb 15 '22 09:02 XieAn2016

We just were able to fix a similar issue today. Please see https://stackoverflow.com/a/73157019/8810941 for the detailed information.

pavinduLakshan avatar Jul 28 '22 17:07 pavinduLakshan