Error 500 Internal Server Error

GET https://gdamoney.arrowbaze.tech/api/check-transaction

Forwarded to ErrorController (4baa5d)

Query Metrics

1 Database Queries
1 Different statements
1.44 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.44 ms
SELECT t0.id AS id_1, t0.sender_number AS sender_number_2, t0.receiver_number AS receiver_number_3, t0.amount AS amount_4, t0.status AS status_5, t0.error_message AS error_message_6, t0.reference_code AS reference_code_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.direction AS direction_10, t0.receive_created_time AS receive_created_time_11, t0.send_created_time AS send_created_time_12, t0.send_response AS send_response_13, t0.receive_response AS receive_response_14, t0.send_status AS send_status_15, t0.receive_status AS receive_status_16, t0.om_reference_code AS om_reference_code_17, t0.mm_reference_code AS mm_reference_code_18, t0.user_id AS user_id_19, t0.sender_provider_id AS sender_provider_id_20, t0.receiver_provider_id AS receiver_provider_id_21, t22.id AS id_23, t22.fixed_amount AS fixed_amount_24, t22.percentage AS percentage_25, t22.type AS type_26, t22.calculated_fee AS calculated_fee_27, t22.total_amount AS total_amount_28, t22.received_amount AS received_amount_29, t22.transaction_id AS transaction_id_30 FROM transaction t0 LEFT JOIN fee t22 ON t22.transaction_id = t0.id WHERE t0.status = ?
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.

Entities Mapping

Class Mapping errors
App\Entity\Transaction No errors.
App\Entity\User No errors.
App\Entity\Provider No errors.
App\Entity\Fee No errors.
App\Entity\TransferLog No errors.
App\Entity\WalletMovement No errors.
App\Entity\Card No errors.