ReferenceError: localStorage is not defined
   at Store.setAppointment (store/appointment.js:185:0)
   at wrappedMutationHandler (/home/node/app/node_modules/vuex/dist/vuex.common.js:846:13)
   at commitIterator (/home/node/app/node_modules/vuex/dist/vuex.common.js:468:7)
   at Array.forEach (<anonymous>)
   at /home/node/app/node_modules/vuex/dist/vuex.common.js:467:11
   at Store._withCommit (/home/node/app/node_modules/vuex/dist/vuex.common.js:626:3)
   at Store.commit (/home/node/app/node_modules/vuex/dist/vuex.common.js:466:8)
   at Store.boundCommit [as commit] (/home/node/app/node_modules/vuex/dist/vuex.common.js:411:19)
   at local.commit (/home/node/app/node_modules/vuex/dist/vuex.common.js:798:13)
   at Store.initAppointment (store/appointment.js:255:0)
   at Array.wrappedActionHandler (/home/node/app/node_modules/vuex/dist/vuex.common.js:853:23)
   at Store.dispatch (/home/node/app/node_modules/vuex/dist/vuex.common.js:518:15)
   at Store.boundDispatch [as dispatch] (/home/node/app/node_modules/vuex/dist/vuex.common.js:408:21)
   at asyncData (components/views/appointment/index.vue:118:0)
   at process.processTicksAndRejections (node:internal/process/task_queues:95:5)