Error 500 Internal Server Error

GET https://api.shopwaremobilemanager.com/api/discount/update

Query Metrics

1 Database Queries
1 Different statements
0.69 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.69 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.hash AS hash_5, t0.verification_code AS verification_code_6, t0.active AS active_7, t0.api_key AS api_key_8, t0.expo_tokens AS expo_tokens_9 FROM user t0 WHERE t0.api_key = ? LIMIT 1
Parameters:
[
  "5e598134-a14d-443c-9942-6ae99320fb2f"
]

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\Shop
  • The field App\Entity\Shop#status is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ShopStatus#shop does not contain the required 'inversedBy="status"' attribute.
App\Entity\ResetPasswordRequest No errors.
App\Entity\PushNotificationToken No errors.