Vuex_Fundamentals
Vuex_Fundamentals copied to clipboard
Error: Network Error at event page while running in docker
Error: Network Error at event page while running in docker environment.
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.
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..