You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dChiamp edited this page Jun 16, 2021
·
3 revisions
Frequently Asked Questions:
Q: Why am I getting a graphql error on a site that was previously working?
A: This is usually because the site's DNS was updated, which happens when a site goes live. Check in flywheel or with your host to find the updated URL. Usually it looks like api.website.com/graqhql.
Q: Why am I getting an error that $graphql.request is not a function?
A: This is because the grapqhql client updated the syntax in newer versions. In your nuxt config you'll need to update the graphql settings, and update $graphql.request to $graphql.default.request in your pages.