Graphql errors for several days

Hi we experiance 500 errors on our grapql queries.

Request:
chrome-extension://fkkiamalmpiidkljmicmjfbieiclmeij/chromeiql.html?query=query%20getFullpage(%24uid%3A%20String!%2C%20%24lang%3A%20String!)%20%7B%0A%20%20content%3A%20fullpage(uid%3A%20%24uid%2C%20lang%3A%20%24lang)%20%7B%0A%20%20%20%20sticky_button_enabled%0A%20%20%7D%0A%7D%0A%0A%0A%23%20%7B%0A%23%20%20%20esProduct(sku%3A%20%22e00015569%22)%20%7B%0A%23%20%20%20%20%20name%0A%23%20%20%20%7D%0A%23%20%7D&variables=%7B%0A%22uid%22%3A%20%22gezien-in-vtwonen%22%2C%0A%22lang%22%3A%20%22nl-nl%22%0A%7D

Response:
{
"errors": [
{
"message": "Cannot read property 'fullpage' of undefined",
"path": [
"content"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"serviceName": "prismic",
"query": "query($uid:String!$lang:String!){content:fullpage(uid:$uid lang:$lang){sticky_button_enabled}}",
"variables": {
"uid": "gezien-in-vtwonen",
"lang": "nl-nl"
}
}
}
],
"data": {
"content": null
}
}

Query:
query getFullpage($uid: String!, $lang: String!) {
content: fullpage(uid: $uid, lang: $lang) {
sticky_button_enabled
}
}

Query Parameters:
{
"uid": "gezien-in-vtwonen",
"lang": "nl-nl"
}

Hi Magento,

Welcome back to the prismic community,

Well, have you tried to query your content directly from the GraphQL browser?

Looking forward to your reply,
Fares

Yes and we are getting the response as documented.

Ok, In fact, in order to be able to reproduce the issue and debug it on my side, I would need your repository name (I'm not able to extract it from your query is it "fkkiamalmpiidkljmicmjfbieiclmeij").

We are querying eijerkamptest.prismic.io/ Through an Apollo gateway

1 Like

Hi Magento,

I apologize for the delay. May I know if you still have this issue? Otherwise, can you share the solution that will be really beneficial to the community?

Let us know if you still need help,

This thread has been closed due to inactivity. Flag to reopen.