Error 400 Bad Request

POST https://v1.acdn.by/api/status

Query Metrics

2 Database Queries
2 Different statements
176.38 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.82 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.role AS role_4 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "bl@email.com"
]
2 175.56 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.comment AS comment_3, t0.basket_id AS basket_id_4, t0.status AS status_5, t0.affiliation AS affiliation_6 FROM status t0 WHERE t0.basket_id IN (?, ?)
Parameters:
[
  343330
  343796
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Status No errors.