Error 404 Not Found

GET https://admin-service.dev.kleap.co/robots.txt

Query Metrics

0 Database Queries
0 Different statements
0.00 ms Query time
8 Invalid entities

Queries

No executed queries.

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\Kleap\User
  • The field App\Entity\Kleap\User#userWorkspaces is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Kleap\Workspace\UserWorkspace#user does not contain the required 'inversedBy="userWorkspaces"' attribute.
App\Entity\Kleap\Workspace\Workspace
  • The field App\Entity\Kleap\Workspace\Workspace#pageRedirections is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Kleap\Page\PageRedirection#workspace does not contain the required 'inversedBy="pageRedirections"' attribute.
  • The field App\Entity\Kleap\Workspace\Workspace#products is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Kleap\Product#workspace does not contain the required 'inversedBy="products"' attribute.
  • The field App\Entity\Kleap\Workspace\Workspace#orders is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Kleap\Order#workspace does not contain the required 'inversedBy="orders"' attribute.
  • The field App\Entity\Kleap\Workspace\Workspace#userWorkspaces is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Kleap\Workspace\UserWorkspace#workspace does not contain the required 'inversedBy="userWorkspaces"' attribute.
App\Entity\Kleap\Workspace\WorkspaceMeta
  • The mappings App\Entity\Kleap\Workspace\WorkspaceMeta#favicon and App\Entity\Media#workspaceMeta are inconsistent with each other.
App\Entity\AiCredit
  • The field 'App\Entity\AiCredit#credit' has the property type 'int' that differs from the metadata field type 'string' returned by the 'string' DBAL type.
App\Entity\Kleap\Page\Page
  • The field App\Entity\Kleap\Page\Page#blocks is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Kleap\Block#page does not contain the required 'inversedBy="blocks"' attribute.
  • The field App\Entity\Kleap\Page\Page#dataBlocks is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Kleap\Block#dataPage does not contain the required 'inversedBy="dataBlocks"' attribute.
  • The mappings App\Entity\Kleap\Page\Page#blogBlocks and App\Entity\Kleap\Block#dataPages are inconsistent with each other.
App\Entity\Kleap\Layout
  • The field App\Entity\Kleap\Layout#displays is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Kleap\Display#layout does not contain the required 'inversedBy="displays"' attribute.
  • The field App\Entity\Kleap\Layout#pages is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Kleap\Page\Page#layout does not contain the required 'inversedBy="pages"' attribute.
App\Entity\Kleap\Block
  • The field App\Entity\Kleap\Block#dataPages is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Kleap\Page\Page#blockLinks does not contain the required 'mappedBy="dataPages"' attribute.
App\Entity\Media
  • The association App\Entity\Media#workspaceMeta refers to the owning side field App\Entity\Kleap\Workspace\WorkspaceMeta#image which does not exist.