Vuex_Fundamentals icon indicating copy to clipboard operation
Vuex_Fundamentals copied to clipboard

Error: Network Error at event page while running in docker

Open ramonov opened this issue 4 years ago • 2 comments

Error: Network Error at event page while running in docker environment.

ramonov avatar Apr 11 '21 11:04 ramonov

At the beginning of the lesson baseURL on EventService.js file needs to be 'https://my-json-server.typicode.com/Code-Pop/Real-World_Vue-3/' in order for the events to be loaded. Later you need to install a local json server with 'npm install -g json-server' as stated on the video.

proofofconcept-dev avatar Apr 24 '21 18:04 proofofconcept-dev

At the beginning of the lesson baseURL on EventService.js file needs to be 'https://my-json-server.typicode.com/Code-Pop/Real-World_Vue-3/' in order for the events to be loaded. Later you need to install a local json server with 'npm install -g json-server' as stated on the video.

thanks i will check installing local json server..

ramonov avatar May 20 '21 08:05 ramonov