feathers icon indicating copy to clipboard operation
feathers copied to clipboard

The API and real-time application framework

Results 246 feathers issues
Sort by recently updated
recently updated
newest added

### Steps to reproduce I have the following setup code with the latest dove (5.0.0-pre.23). It seems the notFound express handler takes precedence over the OAuth service registration even though...

This pull request adds ES module builds to all package distributables. It is backwards compatible by still providing the CommonJS version as well but will use ES modules in applications...

Currently all properties defined in resultResolver are resolved. Even if we do not explicitly specify them in $select. As an example: In a service a field exists, not in the...

Schema

This is in relation to #2595 but I'm making my own thread as this detours from their original request. The proposed solution is a built in filter list for resolvers....

Schema

### Steps to reproduce In our app, we have two authentication services for two "arms" of the app. This works fine for the most part, but we have a special...

Bug
Authentication

The rest-client request for `$in` doesn't match what the docs say. This can cause problems with parsing large arrays. Docs https://docs.feathersjs.com/api/databases/querying.html#in-nin ### Steps to reproduce ```javascript app.service('messages').find({ query: { roomId:...

### Steps to reproduce Retrieve a default FeathersJS `service` and then the associated `Model`. Perform KnexJS operations on that `Model`, e.g. record `select(...)` or `insert(...)`. The queries fails unless the...

Hi @daffl! What do I need to consider to make feathers compatible with `hyper-express`? I want to fork `@feathers/express` and make compatible with `hyper-express`. By now I'm getting the error:...

When a parameter is used in a service query, a SQL error occurs: ```` BadRequest(400): select `items`.* from `items` where `nonexistingField` = 'test' - SQLITE_ERROR: no such column: nonexistingField ````...

Hi, I would like to use `feathers-rest-client` and send data through rest with attachments (FormData), together with the rest of the body. The application is setup and configure with both...

Feature
Client