loopback icon indicating copy to clipboard operation
loopback copied to clipboard

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

Results 18 loopback issues
Sort by recently updated
recently updated
newest added

Hello Team, Please help me to inject a class between my controller and repository. I want create a library/myclass.ts and that i want to call from my controller request function....

bug
stale

## Steps to reproduce The solution stated in [PR#529](https://github.com/strongloop/loopback-connector-mongodb/pull/529) does not seem to work for me. Here is my config. Noticed the last char in password was and equal sign...

bug
stale

## Steps to reproduce ## Current Behavior ## Expected Behavior ## Link to reproduction sandbox ## Additional information ## Related Issues _See [Reporting Issues](http://loopback.io/doc/en/contrib/Reporting-issues.html) for more tips on writing good...

bug

How to use batchSize property in Loopback Mongodb connector is it like this ? collection.find({},{"batchSize":10000}

question

whereBuilder.inq('country', ["Pakistan", "india"]); how do i make this work for **case insensitive** so that i can get **pakistan** and **Pakistan** and INDIA and inDia you get the idea something we...

question

Hello, I use Loopback 4 framework in my app service. In my app service I have a principal datasource and 2 more external datasources(SQL server). Sometimes the external datasources are...

question

Any reason not to add a mention of support for MariaDB to the README?

question

We have an older codebase and we're trying to update to 3.3 for security vulnerabilities. We looked at the migration guide, but it doesn't mention anything about this issue. After...

bug