Giter VIP home page Giter VIP logo

Comments (2)

kamerat avatar kamerat commented on June 1, 2024

Been tooling with this issue many hours after following the guide https://www.sanity.io/guides/nextjs-live-preview.
I cloned the demo https://github.com/SimeonGriggs/sanity-nextjs-preview and got it to work with my local sanity setup. It turned out that I had done something in the FE part that Sanity did not like.

What fixed it for me was to refactor my FE to follow the cloned demo and then build it up again. My issue was most likely due to having multiple different sanity clients(multilang) and sharing the same config somehow.

from next-sanity.

kamerat avatar kamerat commented on June 1, 2024

In case someone else sees this: I just wanted to add that I also used experimental spaces. This is likely the root of the problem here. The previewing works fine when running createPreviewSubscriptionHook syncronusly, but this does not work if you want to switch the dataset in the config later on.

By trying to wrap createPreviewSubscriptionHook in a function with a dataset parameter, it makes things go mad. I never found ut if it was due to it being async or some mixup with the createClient config vs createPreviewSubscriptionHook config.. However, I ended up scrapping the experimental spaces and just switching between datasets manually.

from next-sanity.

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.