Alokai

A

Alokai

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

Join
NNikita4/26/2024

When quickly opening several tabs with products, a blank page appears

I have vuestorefront for magento 2. And when I open several boxes with goods, I often get a blank page.. What is this connected with? I attach a video with the same problem on your demo site
MUMuhammad Usman4/23/2024

why query data is mot being change?

currently i m working with vue storefront that is being use magento2 as backend and as cms also here i added images to top categories of app like men ,women but its not displaying i checked gql query that is responsible of getting categories from db image was missing there i added it there but its not being update dont know why here is my code base:
const fragmentCategory = fragment CategoryFields on CategoryTree {...
AIAR Imtiaz4/21/2024

SyntaxError: Named export 'useClickAway' not found.

SyntaxError: Named export 'useClickAway' not found. The requested module 'react-use' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'react-use'; const { useClickAway: c, useKey: i } = pkg;...
No description
Kkantro4/19/2024

magentoRestAPI in next-sdk

Hi, I would like to ask about next-sdk-magento or nuxt-sdk-magento. We have all these available queries of GraphQL (picture) which we can consume in our application with the below code (as an example): ```useQuery(['products'], () => sdk.magento.products({}), { refetchOnMount: false, refetchOnWindowFocus: false,...
No description
AAltamash4/17/2024

I want to add GA4 Data layer code in Vue storefront

I am having E-commerce website with headless structure. For backend I am using Magento2 and for frontend I am using Vue storefront. How we can add GA4 data layer code
No description
NNordMic4/16/2024

magento 2 installation using CLI fails silently

Hi guys, I run Magento2 installation following your docs https://docs.alokai.com/integrations/magento/getting-started/magento The installation with npx @vue-storefront/cli m2-only fails silently after keying in the name for the Magento2 directory - (img attached). Do you have any ideas what I am doing wrong?...
No description
EEmpire4/11/2024

RPC failed; curl 18 transfer closed

Hey guys, I keep getting the above error each time I try cloning vue storefront. From what I researched, I have increased the buffer still nothing. Can someone pls direct me how to resolve this
Ffinn4/11/2024

Issue with API Caching Despite Correct vercel.json and Header Configurations

Hello Vercel Community, I am facing a challenge with caching on an API endpoint in my Nuxt application, despite having set both server and client-side headers to prevent caching. The issue persists exclusively when deployed to Vercel, whereas it behaves as expected locally. Client-Side Fetch Request:...
KECKhor Eng Chun4/8/2024

VSF client IP address

Hi all, I tried axios, express and request-ip all cannot get the client IP address. Other than calling third-party API, any good ideas for using VSF core libraries to get client IP address?...
Aaimeb4/3/2024

Alokai Supported Integrations

Prior to Alokai it looked like Spree and Vendure had supported integrations. Are these platforms no longer keeping up with the latest releases?
KKeider3/28/2024

SfCarousel breakpoints

Hello, I'm currently working with Vue Storefront v2 and utilizing one of your components, SfCarousel. I'm facing an issue where the breakpoints don't seem to be applying for the perView property. I've checked with Vue.js DevTools, and Glide appears to have the correct settings. If you have any insights or suggestions, perhaps I've overlooked something. Thank you! 🙂
No description
QQuinten3/28/2024

Magento 2 SDK (OS) and UDM

Greetings! The following is not fully clear for me how it is integrated. So Alokai provides an SDK which confirms to the Unified Data Layer (model and methods). This makes it possible to easily switch from e-commerce back-end because each integration and SDK needs to follow these conventions. ...
MUMuhammad Usman3/21/2024

how to update gql query??

currently i m working with vue storefront that is being use magento2 as backend and as cms also here i added images to top categories of app like men ,women but its not displaying i checked gql query that is responsible of getting categories from db image was missing there i added it there but its not being update dont know why here is my code base:
const fragmentCategory = fragment CategoryFields on CategoryTree {...
Eelvis_h3/21/2024

Use external component in vuestore front

hi, guys. im trying to use a external component in vustore front like v-calendar https://vcalendar.io/ but i dont know how to use that..it is like a project in vue? use like plugin? can someboby help me how to use the v-calendar in vuestore front, please ? when i use give me erros "did you register the component correctly"
TMTim Müller-Späth3/20/2024

Marketing Assets for Alokai

Hey Team, is there an official asset pack that we could use for marketing purposes? Slogans, Logos etc. Can't find it on the website. ...
MUMuhammad Usman3/19/2024

what is alokai?

today i got surprised to see the headline "vsf is now Alokai" what is meant by this i could not figureout, what going on what is going to change what aboutt the people working with vue storefront code is it going to change the code please someone tell me a out this..
Rradhu3/18/2024

Magento 2 VSF: Customers are automatically logged out after a period of time.

Hi, I've successfully set up a Magento2 VueStorefront instance locally. Everything functions perfectly. Yet, I'm curious about altering the frontend's session expiry (Vue Storefront-specific configuration). Currently, customers are automatically logged out after a period of inactivity on the website.
Ggorky173/17/2024

What CMS/framework/template is used for the blog?

https://vuestorefront.io/blog I am interested in having a blog along with the shop, and this one looks great; is it open source?...
Bbassplayer73/8/2024

NextJS + Magento

Two questions: (1) is this the appropriate repo for a NextJS project?https://github.com/vuestorefront/storefront-next13-boilerplate?tab=readme-ov-file (2) Does the Magento 2 middleware work with Next.js (https://github.com/TidycodeIT/nuxt3-magento-sdk-storefront) ?...
Ccharlesbcraig3/7/2024

Vue Storefront vs Storefront Nuxt3 Boilerplate?

A very noob question, but I’m not sure what makes them different. I got the Nuxt3 boilerplate running, is it basically the same but with a demo theme? My end goal is to create a custom integration and a storefront to use it. PS: Is Redis no longer needed anymore? I didn’t see it in the stack list....
Next