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
I should probably mention that if you intend to run the website in a production environment you do not use the webpack dev server. You have to build the static files and serve them using a webserver. The backend is already configured to serve the static files, all you have to do is run npm run build and start the backend with npm start making sure that the NODE_ENV is in production.
I checked the firewall. It's not its problem.
However what I've gathered from stackoverflow, it seems that the problem may be related to webpack-dev-server adds a host check. (refer link).
How did you configure the sample website to remove port 3000?
The text was updated successfully, but these errors were encountered: