Questions tagged as 'loopback'

2
answers

How to run server with loopback?

I have access to a backend project and would like to know how to run this project. It uses loopback and reading documentation of loopback , in the statement 4 says:    Start the web server. What command should I use...
asked by 24.10.2017 / 10:55
1
answer

The stack property is not removed from the Error object when includeStack is equal to false

The stack property is not removed from the Error object when includeStack is equal to false : "final:after": { "loopback#errorHandler": { "params": { "includeStack": false } } } Even with disableSta...
asked by 12.10.2015 / 20:09
0
answers

observe module accessed via rest within accesstoken validation in loopback

In the loopback, when I access the method of any module, the middleware validates the access token in a method called validate (cb) I am trying to check which module is being called when this method is triggered, for example I call a get func...
asked by 03.10.2018 / 22:45
0
answers

Looback error after sending data to the database using beforeRemote

I'm having a problem while registering the data in the database. My logic starts from the beginning where I query through a route axes for the same api, since this route corresponds to the REST verb GET, so it would return the correct informatio...
asked by 08.05.2018 / 17:36
0
answers

Relationship with LoopBack does not generate Foreign Key

I'm having a problem that is after creating the Models, and doing the autigrap / autoupdate, everything works fine for the creation of Schema in the data bank. The problem is with Foreign Key. Within it, after defining the relationship, every...
asked by 26.04.2018 / 22:56
0
answers

Loopback remote auth with mongodb

I have 2 servers running with loopback , one of them being for authentication using mongo-connector and another as a secondary service using remote-connector to access models: AccessToken , ACL , RoleMapping...
asked by 05.10.2017 / 14:06