Closed ges134 closed 5 years ago
1
Calling the same endpoint with different verbs causes a weird side effect with knex. Knex stickes to another select query until the restart.
knex
PUT: api/ledgers
GET: api/ledgers
https://github.com/tgriesser/knex/issues/407#issuecomment-52858626
How many times has this happened
1
research done about the bug
Information
Calling the same endpoint with different verbs causes a weird side effect with
knex
. Knex stickes to another select query until the restart.Steps to reproduce
PUT: api/ledgers
GET: api/ledgers