Dan Radenkovic
Dan Radenkovic
I think `email` is too case specific, also think that user payload may become large, but then you can update getEntity(), maybe by default to include whole entity object? At...
Here's my implementation, which is very project-specific, but can clean it up and make it work with feathers configuration. Also, another mini-incosistency in feathers-cli is that it put authentication.js in...
@davidvenin same solution should technically work for NextJS (though I did not test). in getInitialProps do the same thing as I did in `gatsby-ssr.js` and it should do the trick.
+1 Can confirm that I can replicate the issue. I have some older collections (created in insomnia v3) mixed with documents. Also there is no way to export a collection...
Hey, @matiaslopezd I am not sure what it is the problem, but I need to mention in docs that it relies on REST. So if REST is not exposed then...
@matiaslopezd I am pushing new version soon! Can you check `process.env.NODE_ENV === 'debug'`, just ```js console.log(process.env.NODE_ENV) ``` in app.js.
@matiaslopezd I will take a look! to me it def looks like bug (like timeframe is very short), but will check what's going on. Anyways, glad to see that it's...