-
### Steps to reproduce
- Set up a Nuxt + FeathersVuex project per the documentation.
- Create a page that queries a FeathersVuex service in asyncData
- Go directly to said page using client side ro…
-
### Steps to reproduce
I have a typebox schema like:
```
export const itemSchema = Type.Object({
id: Type.Number(),
meta_data: Type.Object({
tie: Type.Optional(Type.String()),
…
-
Hi,
Thank you so much for the wonderful module.
I have managed to get mongoose API running.
However, can you advise how can we setup a custom endpoint (meaning one that is not connected to an…
-
Need to store picture with my API using FeatherJS.
I got the error `MongoError: file with id ### not opened for writing.`
with ### is the name of the current file. Do I have to set up manually t…
-
`// Initializes the `pengukuhan-kawasan` service on path `/pengukuhan-kawasan`
const createService = require('feathers-sequelize');
const createModel = require('../../models/pengukuhan-kawasan.model…
-
First of all, thanks a lot for this excellent framework which finally brings some strong opinions as of how Vuex should be structured and configured 💪
### Steps to reproduce
I am reproducing the …
-
Hello, i am making unique validator function. But encountered a problem , the response of query is coming after return can you help me with this.
function generateUniqueValidatorFunction(params, da…
-
I love that Feathers builds out API endpoints for services with both REST and multiple websocket providers. It may be of interest to additionally support an HTTP/2 SSE transport provider.
http://docs…
-
- Using MYSQL
If the user register with user and password and laters wants to log in with Facebook, the access token generated by feathers does not contain the userID. (Decoded in jwt.io)
To te…
-
I have whipped up a new version on this package to add some features and solve some shortcomings of the current version. One of my main motivations in doing so is how well this package can work with t…