Giter VIP home page Giter VIP logo

Comments (4)

robksawyer avatar robksawyer commented on June 11, 2024

It's been months since I've had to add a product and now when I go to deploy, I am getting the following error on Vercel. Can someone remind me where I should start debugging this?

TypeError: Cannot destructure property 'options' of 'activeVariant' as it is undefined.

from hull.

benitodotcool avatar benitodotcool commented on June 11, 2024

Hey @robksawyer,
As explain inside the README.md:

Client Updates

Once you hand off to the client you'll want to give them the ability to generate builds when they make updates within the Sanity Studio. The easiest way to do this is through my Vercel Deploy plugin.

I'm not currently using this template, but it seems that @ndimatteo also developed a Sanity plugin that allows this.

Here is what I understand:

  1. The website uses Static Generation to be fast.
  2. The website uses something to get live product's quantity, so static pages shows the ‘Add to cart’ or ‘Sold out’ button.
  3. So if you don't trigger the deploy on Vercel, it's normal that you don't have any difference.

I can missunderstand something here, but I think it's the way this template works.

I hope it helps you.

All the best,

Benito

from hull.

Dujota avatar Dujota commented on June 11, 2024

you will need to trigger a bulld through the vercel serverless functions in order to revalidate the static pages, alternatively you can use the isg feature of next js to rebuild pages after some time. (basically cache page build for a certain amount of time and the bust cache, force a particular page to re-generate)

on many sanity projects I have done for clients the revalidate option has worked great, content editor makes a change and publishes, then the page will udpate when the validate timer expires for a given client, once they leave the page and come back or reload the page,

from hull.

ndimatteo avatar ndimatteo commented on June 11, 2024

hey there @robksawyer – I'm just doing some issue maintenance here. Going to close this one, but to reiterate what @Dujota mentioned already:

  1. Yes, by default, you will need to rebuild your site when new products are added in Shopify, or any changes are made in Sanity. This is the standard flow for Static Site Generation (SSG).
  2. You can automate this by using ISR, or page-level revalidation if you wish

from hull.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.