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

The [Calling REST APIs](https://loopback.io/doc/en/lb4/Calling-rest-apis.html) section demonstrates how to use LoopBack 4 to call GET APIs. It would be benefiting to the broader community to demonstrate how to call POST APIs....

Docs
good first issue
Hacktoberfest

### Describe the bug I have recently updated my loopback 4 cli to version 4.0.0 that upgrade @loopback/repository from version 4.1.0 to 5.0.0. Now if I run **lb4 repository** command...

bug
CLI

added --models option inside lb4 discover the command to generate specific models Fixes #7104 ## Checklist - [x] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [x] `npm...

For the lb4 openapi command, the problem occurred when the ref URLs for openapi spec file contained links to secure routes. When the openapi loader tried to fetch those URLs,...

feature
CLI

### Describe the bug Invalid WSDL URL: https://calculator-webservice.mybluemix.net/calculator?wsdl ### Logs _No response_ ### Additional information _No response_ ### Reproduction https://github.com/loopbackio/loopback-next/runs/6040201832?check_suite_focus=true

bug
blocked

## Steps to reproduce my model looks like these ```typescript @model({ settings: { 'mssql': {schema: `boim`, table: `test`}, strict: true, }, }) export class TestModel extends Entity { @property({ type:...

bug
blocked
Repository
db:MSSQL

added --models option inside lb4 discover command to generate specific models BREAKING CHANGE: 🧨 no ✅ Closes: #7104 Signed-off-by: Punit Diwan ## Checklist - [x] DCO (Developer Certificate of Origin)...

feature
CLI

## Suggestion Original from [comment](https://github.com/strongloop/loopback-next/issues/3454#issuecomment-609847868). LoopBack 4 provides the custom scope to achieve inclusion, which was implemented in #3454. But it only goes down to the certain levels of relations...

feature
Relations

# Description/Steps to reproduce I'm attempting to start my project by using `npm start` and get the following output: ``` > [email protected] prestart /Users/joris/Documents/Personal/Projects/project/project-api > npm run build > [email protected]...

feature
major
help wanted
needs grooming
feature parity

### Describe the bug Getting below error after creating model with **buffer** type property. > Request POST /tests failed with status code 500. Error: type must be JSONType or JSONType[]:...

bug