Error 401 Unauthorized

POST https://recette.junglebike.fr/api/login_check

Query Metrics

1 Database Queries
1 Different statements
10.81 ms Query time
4 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
10.81 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.roles AS roles_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.email AS email_7, t0.is_verified AS is_verified_8, t0.is_active AS is_active_9, t0.phone_number AS phone_number_10, t0.dialing_code AS dialing_code_11, t0.decathlon_id AS decathlon_id_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.created_by AS created_by_15, t0.updated_by AS updated_by_16, t0.siret AS siret_17, t0.company_name AS company_name_18, t0.addresses AS addresses_19, t0.avatar_path AS avatar_path_20, t0.default_language AS default_language_21, t23.id AS id_22, t23.stripe_account_id AS stripe_account_id_24, t23.stripe_charges_enabled AS stripe_charges_enabled_25, t23.stripe_payouts_enabled AS stripe_payouts_enabled_26, t23.tos_accepted_at AS tos_accepted_at_27, t23.tos_acceptance_ip AS tos_acceptance_ip_28, t23.tos_acceptance_user_agent AS tos_acceptance_user_agent_29, t23.user_id AS user_id_30, t0.type, t0.fleet_company_id AS fleet_company_id_31 FROM jb_user t0 LEFT JOIN user_stripe_binding t23 ON t23.user_id = t0.id WHERE t0.email = ? AND t0.type IN ('user', 'customer', 'repairer', 'manager', 'fleet') LIMIT 1
Parameters:
[
  "jb@customer.local"
]

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
App\Entity\User 1

Entities Mapping

Class Mapping errors
Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken No errors.
App\Entity\RefreshToken No errors.
App\Entity\User No errors.
App\Entity\StripeUserBinding No errors.
App\Entity\Customer No errors.
App\Entity\FleetCompany
  • The mappings App\Entity\FleetCompany#bike and App\Entity\Bike#fleetCompanies are inconsistent with each other.
App\Entity\Repairer No errors.
App\Entity\Manager No errors.
App\Entity\Fleet
  • The field App\Entity\Fleet#managedBikes is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Bike#fleets does not contain the required 'mappedBy: "managedBikes"' attribute.
App\Entity\ResetPassword No errors.
App\Entity\Appointment
  • The mappings App\Entity\Appointment#fleet and App\Entity\Fleet#appointments are inconsistent with each other.
App\Entity\Bike
  • The field App\Entity\Bike#fleets is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Fleet#managedBikes does not contain the required 'mappedBy: "fleets"' attribute.
  • The association App\Entity\Bike#fleetCompanies refers to the inverse side field App\Entity\FleetCompany#bikes which does not exist.