I'm currently working on a Webflow website and the code is hosted on github. I encountered the following error in the console:
localhost:3000/esbuild:1 GET http://localhost:3000/esbuild net::ERR_CONNECTION_REFUSED
The code is hosted with JSDelivr cache on Github, and this error appears when trying to access the website without local host running. Even that the local host is not connected with the website. The production file which is in the dist folder is connected with the website
I'm currently working on a Webflow website and the code is hosted on github. I encountered the following error in the console:
localhost:3000/esbuild:1 GET http://localhost:3000/esbuild net::ERR_CONNECTION_REFUSEDThe code is hosted with JSDelivr cache on Github, and this error appears when trying to access the website without local host running. Even that the local host is not connected with the website. The production file which is in the dist folder is connected with the website