Closed lucadaolio closed 1 year ago
Hi @lucadaolio!
While Horizon is still in beta, there's some extra steps that need to be followed to configure your store to how Horizon expects it. Here's a link to the docs that explains how to do that: https://developers.swell.is/guides/deploy-horizon-to-vercel. We'll add this to the README soon.
This setup will be automatically handled in the official release of Horizon.
Hi @alextutii, thanks for feedback.
When will the official version be released?
@lucadaolio We’re at the last stages of development. Horizon depends on changes to the storefront dashboard and other complex features like how the platform handles app-specific content fields. We also wanted to ensure product quality and stability before releasing it to the public.
Hi, I have a problem when I run locally the project, after I create the .env file.
That's the error: https://nextjs.org/docs/messages/module-not-found wait - compiling... error - ./lib/graphql/client.ts:2:0 Module not found: Can't resolve 'lib/graphql/generated/sdk' 1 | import { GraphQLClient } from 'graphql-request';
Import trace for requested module: ./pages/_app.tsx
Steps to reproduce:
How can I resolve this error?
Thanks in advance.