System Information
- Strapi Version:
- Operating System:
- Database:
- Node Version:
- NPM Version:
- Yarn Version:
When I use Strapi in DEBUG mode, and I add a breakpoint, then advance step by step, I have a BUG and the message is :
strapi knex Error: Undefined binding(s) detected when compiling WHERE. Undefined column(s): [t0.id] query: where
t0
.id
= ?
When I use logs to see what is happening, without adding breakpoints, everything works great.
How to explain that ?!!