Alokai

A

Alokai

Join the community to ask questions about Alokai and get answers from other members.

Join

nuxt 3 support

Now that Vue 2 is deprecated any idea when Vue Storefront will be upgraded to support nuxt 3 and Vue 3? I've been upgrading the project on my side however there are lots of modules that depends on Vue 2

New endpoint doesn't show up in methods

When I create a new endpoint with the CLI, it's not adding it to the /pages/methods folder so it doesn't show up on the boilerplate tester. This issue describes it as well https://github.com/vuestorefront/integration-boilerplate/issues/18 Am I doing something wrong or should I look to fix it?...

Vue Storefront OSS deployment

Hey folks!! I am following the steps in this guide: https://docs.vuestorefront.io/cookbook/oss-deployment-guide I have gotten to the last step and have finished setting up my github repo with the SSH keys and the updated deploy.sh script. Am I supposed to clone the vue-storefront repo found here:...

How to configure different request url for different languages

Hi, everyone. I just started learning vue-storefront magento, if magento has more than one language and different languages have more than one request url, how to configure the api url in middleware.config.js?
No description

The button to add to cart is disabled, !canAddToCart is true,

Hi everybody🖐️ The button to add to cart is disabled, !canAddToCart is true, I checked node_modules/@vue-storefront/magento-api/server/api/productDetails/productDetailsQuery .d.ts simple product Missing stock_status and only_x_left_in_stock. Missing stock_status and only_x_left_in_stock, fields returned in request....
No description

Unable to override default font family

Hi everyone, I'm trying to override Storefront UI Typography default font family, I've tried many variations but only Tailwind seems to apply it, typography classes is still using "Red Hat Display" font... Am I missing something ? My TailwindCSS configuration : ```typescript...

storefront-nuxt3-boilerplate startup issues

I have downloaded the nuxt3 boilerplate and i'm attempting to start it up from the root directory, however i'm getting this error root task dev (turbo run dev) looks like it invokes turbo and might cause a loop. Am i suppose to start it from the web directory?...

I got this error when i try to register an account

My project is in Vsf1 and backend is in magento2 when i try to register an account i got an this type of error
No description

Are there any storefront templates out there I can use for demonstration purposes?

I am working on a closed source back end offering similar to PrestaShop in functionality. One of the features we wish to offer is integration with Vue Storefront. I have already written an SDK module and an API client that I have talking to the https://github.com/vuestorefront/storefront-nuxt3-boilerplate front end. However, this front end is not fully alive. It has one specific category and one specific product hard-coded into it. While it was easy to make it display whatever products I serve it from our back end, it still only displays one category because the relevant SDK method does not accept any arguments — the name of the category is hard-coded. There are other hard-coded pieces all over the code base as well. I want to do a great presentation to my colleagues and stakeholders, and for that I need a front end where people can actually click on links and walk between different categories. This is certainly not beyond me to implement myself, but it would be ideal if I can integrate with a complete, fully working front end instead. This would reinforce the appreciation of flexibility and efficiency that Vue Storefront can potentially offer....

during this temporary transition fase, how to?

What is the best way, to get up and running using vsf2, magento, nuxt3, storefront-ui using tailwind... i am so lost?!
No description

How to use vsf nuxt3 version?

i just watched new workshop where core team was using nuxt3 with vue storefront, now i m curious about how to us the latest version of vue storefront?

Usage of SDK in frontend

I'm unable to use sdk in frontend, I added one API endpoint in sdk and want to fetch data and display on frontend, needs guide on how can I utilize it on frontend. Following this link but I think its not providing enough detail https://docs.vuestorefront.io/sdk/getting-started...

nuxt vuestorefrontui

Can I use vuestorefrontui with another ui library like ui.nuxt? I need more reusable components like notifications, modals etc.

How to Deploy Vue Project in Nuxt to my Ubuntu Server

i configured my server using pm2 and apache2 but when loading using the ip address it doesn't fetch data from the backend but when i test1 in the server machine by localhost:3002 it working fine ,test2 access in the server machine by the server actual ip:3002 same issue doesn't fetch data from backed Please help me :vsf:...

Canonical Links have forward slash encoded which breaks the page

Hi. The Canonical Links that get added to the head have the forward slashes encoded to %2F You can see this on the production demo (https://demo-magento.vuestorefront.io/default/women/tops-women/hoodies-and-sweatshirts-women.html): <link data-n-head="ssr" data-hid="i18n-can" rel="canonical" href="/default/women%2Ftops-women%2Fhoodies-and-sweatshirts-women.html">...

I got an error when i try to start my vue storefront project

Hello @skirianov @rohrig i got an error when i try to start my VSF1 project please check once...
No description

What happened to VSF and Vendure integration?

Hello all, I've been up and down the channels looking for some info on integrating vendure with the latest VSF but am coming up empty due to channel consolodation. From what it looks like is,... I have to do a custom integration? Is this correct despite vendure being listed on the init? Is the only thing missing for a nuxt 3 (latest vsf) a vendure integration? Can someone fill me in on why official support is no longer available between the two open source stacks? I realize I'm asking a couple o...

how to add external checkout in vue storefront?

hey, i m working on vue storefront and i wana use external checkout like i wana use the magento 2 checkout i followed your guide but i ended up with an error that is
No description

GET error Error when product goes out of stock

We have set up our Magento config so that out-of-stock products are not visible on the website. If we go to a URL of a product that has become out of stock instead of getting a 404 error we get "Cannot GET /product-url-here'. The console log shows...

custom query to change customer password

Hi, I'm trying to change password for an existing cutomer using graphql mutations. I have a vsf2nuxt3 app and I just implemented user authentication. Now, I want to implement change password feature for a user. I am trying changeCustomerPassword method from magento sdk. I am able to change password successfully but graphql returns me the fields that I do not require I want it to return the fields that I have written in my custom query. below is my code: ``` const changePasswordInput: ChangeCustomerPasswordInput = {...