Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sockjs-node/info request in production #10889

Open
twigs67 opened this issue Apr 27, 2021 · 2 comments
Open

sockjs-node/info request in production #10889

twigs67 opened this issue Apr 27, 2021 · 2 comments

Comments

@twigs67
Copy link

twigs67 commented Apr 27, 2021

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

@XieAn2016
Copy link

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

like this, try again

@pavinduLakshan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants