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

If you have an existing JWT, when an initial reAuthenticate call happens, if the referenced entity does not exist any more (e.g. deleted from users) then the feathers client does...

Bug
Authentication

is there any plan to Support the deno runtime?

Feature

Our organisation is using Feathers as our primary server and are deep into the development of a microservice written with Feathers that connects to our primary. We expose our primary...

### Summary Since `v3` of socket.io `cors` options need to be explicit. https://socket.io/docs/v3/handling-cors/ I spent about two hours figuring out what's happening; I think it'll be helpful to others in...

### Summary Fixes HMR issues with Ajv's schemas #2681 Sandbox with fix applied: https://stackblitz.com/edit/feathers-vite-chat-pcztgp?file=src%2Fschema%2Fusers.schema.ts,schema%2Fsrc%2Fschema.ts Repo with fix: https://github.com/MarsOrBust24/feathers-schema-freedom Chat: https://discord.com/channels/509848480760725514/989366511665819698/999577745010999426 Alternatively we could instantiate Ajv inside the constructor, but it...

### Steps to reproduce - Call schema twice with the same parameters. ### Expected behavior Don't crash. ### Actual behavior "schema with key or id "UserPatch" already exists" ### System...

### Steps to reproduce I've already implement google, auth0 OAuth authetication and I have difficulties with okta Here a part of default.json "oauth": { "redirect": "http://localhost:8080/sso/", "okta": { "key": "the...

Just using the new cli, will post my issues here: - [ ] typescript is required as a global dep, trying to run the cli without it borks it -...

### Steps to reproduce When using `$ref` associations with `@feathersjs/schema` and compiling the app locally, it fails and gives an error about the association. The error: ``` Error: can't resolve...

### Steps to reproduce (First please check that this issue is not already solved as [described here](https://github.com/feathersjs/feathers/blob/crow/.github/contributing.md#report-a-bug)) - [ ] Tell us what broke. The more detailed the better. -...