feathers
feathers copied to clipboard
The API and real-time application framework
In the typed client (thus this is browser error) I get the following error: ``` 500 Can not apply hooks. 'report' is not a function at objectHooks (.../app/node_modules/.pnpm/@[email protected]/node_modules/@feathersjs/hooks/script/hooks.js:66:19) ``` Report...
In my database all tables have key Id. How should I join tables correctly? For example, right now I'm trying to join the Users and Companies tables like this: ```...
OAuth is not working since the object returned from patch function is a complex object composed by `value` item that contains the payload of the user account. There are not...
This draft pull request tracks the current work in progress for Feathers v6 as outlined in https://github.com/feathersjs/feathers/discussions/3498 This repository will include these modules: - `feathers` - The core Feathers framework...
fix prettier formating in generators prettier.resolveConfig() should either be called with a concrete config file or without any parameters. with just a directory it fails to resolve correctly
When joining tables in a custom `createQuery` method, the `remove` method of that service stops working. Tested with feathers 5.0.33 and SQLite database. Example: I have three services: `users` describes...
I believe this is due to `typescript` breaking change. This error starts showing up with typescript version `5.5.4`. The last version where it succeeds is `5.4.5`. ``` $ shx rm...
because the package.json mocha script has to be run with `--exit` for the last test/test suite `after()` and `afterEach()` are prematurely terminated and never finish
For both the Knex and MongoDB adapters, the error handling should be more customizable. Right now both adapters import an `errorHandler` from another file. This makes it difficult to customize...