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
Error: [line: 8] field 'featureImage' is not defined in 'Post': {"response":{"errors":[{"message":"[line: 8] field 'featureImage' is not defined in 'Post'"}],"data":null,"extensions":{"requestId":"ckzmminzk338p0b31so1l8s7k"},"status":400,"headers":{"map":{"cache-control":"private, no-store","content-length":"149","content-type":"application/json"}}},"request":{"query":"\n query GetPostDetails() {\n posts(\n orderBy: createdAt_ASC\n last: 3\n ) {\n title\n featureImage {\n url\n }\n createAt\n slug\n }\n }\n "}}
I'm facing this error whenever i go to the website.. although it still working and this is what it shows in the browser's inspect mode..
Uncaught (in promise) Error: [line: 8] field 'featureImage' is not defined in 'Post': {"response":{"errors":[{"message":"[line: 8] field 'featureImage' is not defined in 'Post'"}],"data":null,"extensions":{"requestId":"ckzmminzk338p0b31so1l8s7k"},"status":400,"headers":{"map":{"cache-control":"private, no-store","content-length":"149","content-type":"application/json"}}},"request":{"query":"\n query GetPostDetails() {\n posts(\n orderBy: createdAt_ASC\n last: 3\n ) {\n title\n featureImage {\n url\n }\n createAt\n slug\n }\n }\n "}} ClientError types.js:27 makeRequest index.js:352 step index.js:63 verb index.js:44 fulfilled index.js:35
The text was updated successfully, but these errors were encountered:
Error: [line: 8] field 'featureImage' is not defined in 'Post': {"response":{"errors":[{"message":"[line: 8] field 'featureImage' is not defined in 'Post'"}],"data":null,"extensions":{"requestId":"ckzmminzk338p0b31so1l8s7k"},"status":400,"headers":{"map":{"cache-control":"private, no-store","content-length":"149","content-type":"application/json"}}},"request":{"query":"\n query GetPostDetails() {\n posts(\n orderBy: createdAt_ASC\n last: 3\n ) {\n title\n featureImage {\n url\n }\n createAt\n slug\n }\n }\n "}}
I'm facing this error whenever i go to the website.. although it still working
and this is what it shows in the browser's inspect mode..
Uncaught (in promise) Error: [line: 8] field 'featureImage' is not defined in 'Post': {"response":{"errors":[{"message":"[line: 8] field 'featureImage' is not defined in 'Post'"}],"data":null,"extensions":{"requestId":"ckzmminzk338p0b31so1l8s7k"},"status":400,"headers":{"map":{"cache-control":"private, no-store","content-length":"149","content-type":"application/json"}}},"request":{"query":"\n query GetPostDetails() {\n posts(\n orderBy: createdAt_ASC\n last: 3\n ) {\n title\n featureImage {\n url\n }\n createAt\n slug\n }\n }\n "}} ClientError types.js:27 makeRequest index.js:352 step index.js:63 verb index.js:44 fulfilled index.js:35
The text was updated successfully, but these errors were encountered: