-
Hi,
Currently, querying using `id and query` is not supported. In short, when using `*byId` method, it only take in account the `id` and not the additional options provided.
```js
// this is no…
-
Every time I login, below body is passed:
```
POST /authentication
{
"strategy": "admin",
"username": "{{adminUsername}}",
"password": "{{adminPassword}}"
}
```
And then return:
```
…
-
### Steps to reproduce
- Add any property to context.params.
- Try to access it after wrapping the service.
### Expected behaviour
According to the docs, context.params is writable, so it should…
-
Hi,
Does feathers-objection support using filters without using it in a eager query? Like how we can do with Objection:
```
class Person extends Model {
static modifiers = {
defaultSele…
-
### Steps to reproduce
model definition
```
const schema = new Schema({
name: { type: String, required: true, index: true },
timestamp: { type: Date, required: true, index: true },
});…
-
When we upgraded feathers and socketio this issue was solved but other issues come out
https://github.com/feathersjs/feathers/issues/2337
So we had to downgrade socketio for solving #2337, but wi…
-
React-admin gets the 401 response from Feathers API, but nothing happens, no redirect to login page.
App.js:
```
import React from 'react';
import feathers from '@feathersjs/feathers';
import r…
-
I'm following the TS tutorial https://docs.feathersjs.com/guides/basics/services.html#service-methods
```ts
import { Application, Id, NullableId, Params, Service } from '@feathersjs/feathers';
…
-
I am using RN 0.0.61.4
12/20 19:52:28: Launching 'app' on Pixel 2 API 28.
$ adb shell am start -n "com.storeC.pk/com.storeC.pk.SplashActivity" -a android.intent.action.MAIN -c android.intent.cat…
-
Getting the below error since may be after the recent feathers lib update.
The error appears randomly at the end of different services.
Error goes away on disabling events (as of now app wide) usi…