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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | patch | `v2.1.24` -> `v2.1.25` | ---...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@microsoft/api-documenter](https://api-extractor.com/) ([source](https://togithub.com/microsoft/rushstack)) | [`^7.19.13` -> `^7.19.14`](https://renovatebot.com/diffs/npm/@microsoft%2fapi-documenter/7.19.13/7.19.14) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [puppeteer](https://togithub.com/puppeteer/puppeteer) | [`^17.1.3` -> `^18.0.4`](https://renovatebot.com/diffs/npm/puppeteer/17.1.3/18.0.4) | [![age](https://badges.renovateapi.com/packages/npm/puppeteer/18.0.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

# Steps to reproduce 1. Create a entity has `id` property as the following ```js class Sample extends Entity { @property({ type: 'string', id: true, generated: true, }) id?: string;...

bug
needs steps to reproduce

## Steps to reproduce 1. Create an entity with nested model. Ex : Employee : ``` { empNo: string, empName: string, deptId: string, location: Location{ address1: string, address2:string, locality:string} }...

feature
major
Repository

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-graphviz](https://ts-graphviz.github.io/ts-graphviz/) ([source](https://togithub.com/ts-graphviz/ts-graphviz)) | [`^0.16.0` -> `^1.0.0`](https://renovatebot.com/diffs/npm/ts-graphviz/0.16.0/1.0.0) |...

dependencies

### Describe the bug Hi, I'm migrating a project from loopback 3 to loopback 4 and I found inconsistencies between the two regarding relations. I am querying a model which...

bug

need to provide SqliteConnection in application.ts, otherwise gets the error connection `default` does not exist! Even in the presence of a booter! ## Checklist - [x] DCO (Developer Certificate of...

MongoDB is tricky - see https://github.com/strongloop/loopback-next/issues/1875 - It uses a custom `ObjectID` type for primary keys. - `ObjectID` is represented as a `string` when converted to JSON - In queries,...

major
epic
Repository

convert direct link of example custom-inject-decorator.ts to MD version ## Checklist - [ ] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [ ] `npm test` passes on...