-
### Steps to reproduce
Hello,
I have been playing around with Feathers Dove V5 in order to see the implications of upgrading from v4 and have stumbled upon this typescript Error while customizin…
-
This repo needs to be updated to use the latest version of FeathersJS. In addition, the repo should also update babel so that it can use React Fragments.
-
Will this work on latest feathersjs version?
-
I already uploaded my application to my github repository.
Heroku detects every change I make in my rest-api / branch and automatically deploys it.
I have already read all the information about …
-
### Steps to reproduce
On upgrading angular application to **Angular 10.0.0** It gives warning for modules and packages that have dependency on commonjs or AMD for optimization bailouts
PSB Log fo…
-
we are configuring websocket for our feathersjs app in following way
````
const feathers = require('@feathersjs/feathers')
const expressFs = require('@feathersjs/express')
const socketiofs = requi…
-
### Steps to reproduce
Since the update to pre-release 5.0.0-pre.16, we no longer have a decoded ID in the service get method. We use the Feathers Express application and have an ID containing a `/…
idaho updated
5 months ago
-
npm install
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated feathers-configuration@0.2.3: Feathers v3 is out a…
-
When adding user auth we want to add roles to devise whether a user is an admin or not.
Currently running into the error that the entity is not ok.
https://github.com/feathersjs-ecosystem/feath…
-
### Steps to reproduce
This is my schema
```
// Main data model schema
export const clientSchema = Type.Object(
{
_id: Type.String(),
apiKey: Type.String(),
online: Type.Boolea…