Error 500 Internal Server Error

POST https://skylineit.de/api/v1/auth/login

Forwarded to ErrorController (158d87)

Query Metrics

6 Database Queries
5 Different statements
13.34 ms Query time
1 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 2.33 ms
SELECT t0.id AS id_1, t0.ip_address AS ip_address_2, t0.failed_count AS failed_count_3, t0.block_level AS block_level_4, t0.blocked_until AS blocked_until_5, t0.last_failure_at AS last_failure_at_6 FROM ip_blocks t0 WHERE t0.ip_address = ? LIMIT 1
Parameters:
[
  "92.77.126.60"
]
2 1.42 ms
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.nickname AS nickname_9, t0.phone_number AS phone_number_10, t0.birth_date AS birth_date_11, t0.gender AS gender_12, t0.strasse AS strasse_13, t0.hausnummer AS hausnummer_14, t0.plz AS plz_15, t0.stadt AS stadt_16, t0.bundesland AS bundesland_17, t0.profile_photo AS profile_photo_18, t0.totp_secret AS totp_secret_19, t0.is_totp_enabled AS is_totp_enabled_20, t0.preferred_locale AS preferred_locale_21, t0.profile_completed AS profile_completed_22, t0.failed_login_attempts AS failed_login_attempts_23, t0.account_locked_until AS account_locked_until_24 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "info@offlinesys.de"
]
3 1.15 ms
SELECT t0.id AS id_1, t0.ip_address AS ip_address_2, t0.failed_count AS failed_count_3, t0.block_level AS block_level_4, t0.blocked_until AS blocked_until_5, t0.last_failure_at AS last_failure_at_6 FROM ip_blocks t0 WHERE t0.ip_address = ? LIMIT 1
Parameters:
[
  "92.77.126.60"
]
4 0.76 ms
"START TRANSACTION"
Parameters:
[]
5 1.96 ms
INSERT INTO login_attempts (ip_address, created_at, user_agent, success, user_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  "92.77.126.60"
  "2026-04-05 19:11:16"
  "okhttp/4.12.0"
  1
  1
]
6 5.72 ms
"COMMIT"
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
App\Entity\User 1
App\Entity\LoginAttempt 1

Entities Mapping

Class Mapping errors
App\Entity\IpBlock No errors.
App\Entity\User No errors.
App\Entity\LoginAttempt
  • The association App\Entity\LoginAttempt#user refers to the inverse side field App\Entity\User#loginAttempts which does not exist.