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 Follow the getting started guide by copying all parts of the code as specified. ### Expected behavior At the end of the guide, user should be...

The ReturnType of `ServiceMethods['find']` was `Promise`. The correct way is `Promise`. I also added it to `ServiceOverloads`.

### Problem: - For all services the type of `data` for `create` is `T` or `T[]`, even true for services with `multi: false` / `multi: { create: false }`. -...

### Steps to reproduce Attempt to swap the Adapter.Model on a feathers-memory service. ### Expected behavior Swaps should happen, like they do on MongoDB and Knex adapters. The feature should...

Hey there, I run into issues when trying to run the mocha tests. Strange thing here: They always worked before and I am unsure what changed besides a version upgrade....

### Steps to reproduce Refer to #2116, I met the similar problem in feathers v4. In my local host to run, everything is working, bu when I use ingress nginx...

![image](https://user-images.githubusercontent.com/1191572/229311885-b2cb4aac-1c20-40a1-ace6-e5077188170a.png)

**TLDR:** currently, nested/dotted query support is only possible by explicitly listing the nested paths in the `QuerySchema`, the `querySyntax()` utility could handle this automatically when being passed object/array fields. For...

Feature
Schema

I was wondering if there is any plan to support uWebSockets.js ?? it can be a huge improvement. Btw thanks for your hard work on the project I really like...

### Issue Expired JWT's close the client Socket IO connection entirely. If there is an active authenticated socket io connection and the jwt expires, the connection is closed by the...