vuestorefront-community / vendure

Vue Storefront 2 integration for Vendure
https://docs.vuestorefront.io/vendure/
MIT License
72 stars 51 forks source link

[Bug]: opening MOBILE menu on click in bottom navigation. #241

Open ashishkpaul opened 2 years ago

ashishkpaul commented 2 years ago

Expected Behavior

On mobile bottom navigation should be navigate to corresponding menu

Actual Behavior

Not nevigate anywhere

Possible Solution

No response

Steps to reproduce

Open link https://vsf.dingpack.biz/ in mobile and try navigate through bottom menu

What version of vendure integration are you using?

we installed through cli

What version of Node.js are you using?

NodeJS v14

What browser (and version) are you using?

Mobile Google Chrome

What operating system (and version) are you using?

Android

Relevant log output

On Browser console
TypeError: m is undefined
    NuxtJS 4
        handleHomeClick
        ee
        n
        _wrapper
###################
tail -f ~/.pm2/logs/vsf-cli-Vendure-error.log 
  at a.get [as headerNavigation] (node_modules/@vue/composition-api/dist/vue-composition-api.common.prod.js:15:9144)
  at fn (components/AppHeader.vue)
  at r (node_modules/vue/dist/vue.runtime.common.prod.js:6:15546)
  at a.he [as _t] (node_modules/vue/dist/vue.runtime.common.prod.js:6:16384)
  at a.SfHeadervue_type_template_id_7f37e2fe_render (node_modules/@storefront-ui/vue/src/components/organisms/SfHeader/SfHeader.vue)
  at node_modules/@vue/composition-api/dist/vue-composition-api.common.prod.js:15:7660

 ERROR  [VSF][error]:  [GraphQL error]: Message: CreatePayment is not allowed for apiType 'shop', Location: [column: 3, line: 120], Path: addPaymentToOrder

Code of Conduct