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

Add support on knex adapter to passe tableOptions on the Knex builder in order to support the option ONLY that discard the inheriting tables - **For PostgreSQL only** Today the...

### Discussed in https://github.com/feathersjs/feathers/discussions/3536 Originally posted by **suprsidr** September 16, 2024 In 4.x when I sent a patch from the client I would get 2 responses: ``` [ null, {...

### Discussed in https://github.com/feathersjs/feathers/discussions/3516 I think it would be useful, if this was added to the documentation. I'm creating an issue, since my discussion post didn't create any feedback. Originally...

### Summary fixes the following ```# npm audit report body-parser

### Summary 1. Tell us about the problem your pull request is solving. [@sinclairzx81/typebox](https://github.com/sinclairzx81/typebox) is an awesome project and it is working well with feathers. As there are many new...

I am trying to instrument my application that uses Feathers and I noticed that my `http.server` metrics had `route` always set to `/` (I could not see the real path...

When following the [dotenv documentation](https://feathersjs.com/guides/cli/custom-environment-variables#dotenv), I cannot get dotenv to load my environment variables correctly. What I've done: 1. Created a brand new Feather.js app 2. Installed dotenv as per...

I was trying to debug some code with feathers client in the browser, but all I can see is the client package itself, not the referenced packages, and I can't...

0This may be more of a breadcrumb for others having this issue than an actual bug report, though perhaps documentation can be improved. I was trying to modify the incoming...