AlokaiA
Alokai2y ago
1 reply
lucifer_is_back_

Post Installation errors

 ERROR  [VSF][error]:  [Network error]: TypeError: Only absolute URLs are supported                           17:28:05


 ERROR  [VSF][error]:  useUser/load Request failed with status code 500                                       17:28:05

  at createError (node_modules\axios\lib\core\createError.js:16:15)
  at settle (node_modules\axios\lib\core\settle.js:17:12)
  at IncomingMessage.handleStreamEnd (node_modules\axios\lib\adapters\http.js:260:11)
  at IncomingMessage.emit (node:events:525:35)
  at endReadableNT (node:internal/streams/readable:1358:12)
  at processTicksAndRejections (node:internal/process/task_queues:83:21)


 ERROR  [VSF][error]:  [Network error]: TypeError: Only absolute URLs are supported                           17:28:05


 ERROR  [VSF][error]:  useCart/load Request failed with status code 500                                       17:28:05

  at createError (node_modules\axios\lib\core\createError.js:16:15)
  at settle (node_modules\axios\lib\core\settle.js:17:12)
  at IncomingMessage.handleStreamEnd (node_modules\axios\lib\adapters\http.js:260:11)
  at IncomingMessage.emit (node:events:525:35)
  at endReadableNT (node:internal/streams/readable:1358:12)
  at processTicksAndRejections (node:internal/process/task_queues:83:21)


 ERROR  [VSF][error]:  [Network error]: TypeError: Only absolute URLs are supported                           17:28:05


...


 ERROR  [Vue warn]: Error in render: "TypeError: Cannot read properties of undefined (reading 'map')"         17:28:05

found in

---> <SfHeader> at node_modules/@storefront-ui/vue/src/components/organisms/SfHeader/SfHeader.vue
       <AppHeader> at components/AppHeader.vue
         <Anonymous>
           <LazyHydrate>
             <DefaultLayout> at layouts/default.vue
               <Root>

How to replicate


- npx @vue-storefront/cli generate store
-
yarn
( as the normal stuff didnt work I had to run it manually)
- yarn dev
Was this page helpful?