Giter Site home page Giter Site logo

GraphQL error about next-payload HOT 2 CLOSED

payloadcms avatar payloadcms commented on September 22, 2024
GraphQL error

from next-payload.

Comments (2)

jmikrut avatar jmikrut commented on September 22, 2024

Hey @seripap — a few ideas for you.

This is a known GraphQL limitation where you need to have only one version of GraphQL used. Do you have it installed locally in your package.json?

If so, make sure that the version matches exactly to the current Payload version - as of now, that is:

    "graphql": "^16.6.0",

If you do not have GraphQL installed locally, are you using a dependency that might install it as one of its own dependencies?

Last thing - if you are using Yarn, you can use Yarn resolutions to force Yarn to only leverage one copy of GraphQL.

https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/

You could try that to force your app to use a single version of GraphQL.

With some combination of the above, I think this can be resolved. Also, we can't reproduce this, so we will need exact reproduction steps in order to help troubleshoot further.

If none of the above work for you, please create a reproducible repo and reopen this issue with a link to your reproduction, and we'll see what we can do!

from next-payload.

seripap avatar seripap commented on September 22, 2024

Thanks for your response @jmikrut - the repo above is on a fresh VM, just following along with your blog post. The commands I've ran were literally:

$ npx create-next-app@latest
$ npm install @payloadcms/next-payload payload
$ npm install @payloadcms/next-payload payload

And followed steps via Readme. Not sure what could have caused the issue.

On the other hand, I pulled this repo and it works just fine;
https://github.com/payloadcms/next-payload-demo

I'll try again another day, the demo is sufficient enough. Thanks for your input!

from next-payload.

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.