loopback-next icon indicating copy to clipboard operation
loopback-next copied to clipboard

LoopBack makes it easy to build modern API applications that require complex integrations.

Results 237 loopback-next issues
Sort by recently updated
recently updated
newest added

Currently `@loopback/typeorm` generates a simple and limited JSON/OpenAPI schema for TypeORM entities, it should be 100% at par with the schema generated for Juggler models.

feature

Currently `@loopback/typeorm` supports only `number`, `string`, and `boolean`. Other TypeORM column types like `int`, `text`, etc should be supported. The complete list can be found at https://github.com/typeorm/typeorm/blob/master/docs/entities.md#column-types.

feature

### Describe the bug # What is the problem When I use the global interceptor: `@inject('repositorys.xxxRepository', {asProxyWithInterceptors: true})` will be successfully intercepted. But many functions of repository variable not work!...

bug
Repository

_See https://github.com/strongloop/loopback/issues/2080 for the original discussion in LB 2.x/3.x._ LoopBack should support models using composite keys, where a primary key or a foreign key is composed from multiple properties. Let's...

feature
major
epic
REST
Relations
Repository

This issue is for sharing thoughts on using prisma with loopback 4. I wrote a simple example using prisma with loopback 4 and below are my initial observations. 1. Prisma...

feature
Repository

### Describe the bug Trying to make a model that maps to a nullable JSON or array column in PostgreSQL, so the entity property needs to permit nulls. A property...

bug
Repository

### Describe the bug I got this error after upgrade cli version to 3.2.0 There is db.datasource.ts file in /src/datasources folder. but cli require db.datasource.config.json file. ![image](https://user-images.githubusercontent.com/32348752/161465703-d092e8d8-938b-47aa-ad06-17c749c43bad.png) so to fix...

bug

## Steps to reproduce In explorer, make a GET request to a controller that has an array of type: 'object': `@param.array('objectArray', 'query', {type: 'object'})` ## Current Behavior When making a...

bug
OpenAPI
REST

### Describe the bug The code converts Json object in request payload to string for UDT. We debugged and found the issue with Cassandra.prototype.create function in loopback-connector-cassandra/lib/cassandra.js. Please provide the...

bug

### Describe the bug Query parameters sent by rest: ![Captura de pantalla de 2022-03-03 11-20-25](https://user-images.githubusercontent.com/13822438/156545342-132b3070-a752-4cec-b08d-8619297e4079.png) Parameters received by LoopBack: ```json { "offset": 0, "limit": 10, "include": [ "images" ], "where":...

bug