core icon indicating copy to clipboard operation
core copied to clipboard

The server component of API Platform: hypermedia and GraphQL APIs in minutes

Results 554 core issues
Sort by recently updated
recently updated
newest added

I'm really curious, are the source maps really necessary in `api-platform/core`? They add 5.5-6Mb to the package. **Description** Removal of swagger ui source maps since they add 5.5-6Mb to the...

**Description** I have a resource in API Platform v2 called `routes` and I have it setup so that I can call `/routes/[uuid_here]` or `routes/[path_here]` where uuid would be a regular...

**API Platform version(s) affected**: 2.6.8 **Description** When invalid JSON is being submitted to a POST endpoint, a 500 status code is being returned even though invalid input is a user...

**API Platform version(s) affected**: 2.6.8 **Description and steps to reproduce** If "defaults" section in configuration file (config/packages/api_platform.yaml) contains block with some default child parameter and value, for example: ``` defaults:...

**API Platform version(s) affected**: 2.6.8 **Description** OpenAPI schema definition is missing the `required` field, causing all types generated to be possible undefined: This is an one of the objects generated,...

bug

**API Platform version(s) affected**: 2.6.8 **Description** I have and entity named **Route** contains a self-reference relation *parent/children*, **Cannot call recomputeSingleEntityChangeSet before computeChangeSet on an entity** exception throws when i call...

**API Platform version(s) affected**: 2.5.5, 2.5.6 **Description** It looks like the schema definitions is wrongly generated. For example I have used the api-platform/demo. When using version 2.5.4 or lower below...

| Q | A | ------------- | --- | Branch? | 2.6 | Tickets | n/a | License | MIT | Doc PR | n/a Please see https://symfony.com/doc/current/configuration.html#using-php-configbuilders and https://symfony.com/doc/current/components/config/definition.html#array-node-options

I am new to API platform. I got a few "regular" entities working with API Platform, but struggling with Gedmo Tree type nested with its self-referencing properties. This is the...

When a MongoDB collection holding a big number of documents is paginated, even if no filters are applied, the performance of this action is very low. For example, a request...

enhancement
help wanted
MongoDB