Error 401 Unauthorized

GET https://manager.crateflow.co.za/api/v1/transits

Query Metrics

1 Database Queries
1 Different statements
11.64 ms Query time
2 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 11.64 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.usertype AS usertype_4, t0.roles AS roles_5, t0.password AS password_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.company_id AS company_id_9, t0.user_task_id AS user_task_id_10 FROM "user" t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  ""
]

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.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

Class Mapping errors
App\Entity\User
  • The field App\Entity\User#userTask is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\UserTask#taskUser does not contain the required 'mappedBy="userTask"' attribute.
  • If association App\Entity\User#userTask is many-to-one, then the inversed side App\Entity\UserTask#taskUser has to be one-to-many.
App\Entity\Company No errors.
App\Entity\UserTask
  • The association App\Entity\UserTask#taskUser refers to the inverse side field App\Entity\User#user_tasks which does not exist.