System Information
- Strapi Version: 4.0.5
- Operating System: Mac OS
- Database: MySQL
- Node Version: v14.17.5
- NPM Version: 6.14.14
- Yarn Version: 1.22.10
Getting this message on every query call on Collection Type.
Strapi with Graphql
{
"errors": [
{
"message": "Undefined binding(s) detected when compiling WHERE. Undefined column(s): [t0.id] query: where `t0`.`id` = ?",
"locations": [
{
"line": 3,
"column": 5
}
],
"path": [
"technology",
"data"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"exception": {
"stacktrace": [
"Error: Undefined binding(s) detected when compiling WHERE. Undefined column(s): [t0.id] query: where `t0`.`id` = ?",
" at QueryCompiler_MySQL.toSQL (/Users/devzakir/Dev/templatecookie/backend-v2/node_modules/knex/lib/query/querycompiler.js:110:13)",