Error 500 Internal Server Error

GET https://videochat.softcode.cz/room/public-1-680897f852b55

Forwarded to ErrorController (f3dd59)

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.56 ms
(59.90%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_private AS is_private_4, t0.password AS password_5, t0.created_at AS created_at_6, t0.owner_id AS owner_id_7 FROM room t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "public-1-680897f852b55"
]
1.04 ms
(40.10%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.username AS username_5 FROM "user" t0 INNER JOIN room_user ON t0.id = room_user.user_id WHERE room_user.room_id = ?
Parameters:
[
  2
]

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

Entities Mapping

Class Mapping errors
App\Entity\Room No errors.
App\Entity\User No errors.