Below are the issues I faced while trying to run and deploy VSF on the XDN per Vue Storefront Next | Edgio Documentation
In composables/useUiHelpers/index.ts, remove this line:
import { FacetSearchInput } from '@vue-storefront/commercetools'
Doesn’t exist
and change this line:
const getFacetsFromURL = (): FacetSearchInput => {
to
const getFacetsFromURL = (): any => {
Doesn’t exist either
When running xdn init, I get the following error:
Error: Cannot find module '/Users/tevfik/workspace/vsf-test/node_modules/@xdn/vue-storefront/init'
nuxt.config.js
Shouldn’t be a title. It should be set-up and inside have “in your nuxt.config.js fo these: …”
After running xdn init --xdnVersion 2.37.2-next-1609961856-44607629.0
I was able to get it to run in the production mode xdn run -p
but the dev mode stil doesn’t work