loopback-component-admin
loopback-component-admin copied to clipboard
Loopback Admin Component
in file package/dist/admin-spec.js from https://registry.npmjs.org/loopback-component-admin/-/loopback-component-admin-0.0.7.tgz at line: 53 url = 'http://' + host + ':' + port + api; **is different** from master branch @ git in file https://github.com/BoLaMN/loopback-component-admin/blob/master/dist/admin-spec.js at...
I got this error in /admin page, any idea? angular.js:4621 Uncaught TypeError: Cannot set property 'exists' of undefined at Object. (loopback-admin.resources.js:3967) at Object.invoke (angular.js:4657) at Object.enforcedReturnValue [as $get] (angular.js:4509) at...
@aitoraznar did you get the login issue resolved? `Unhandled error for request POST /users/login?include=user: Error: username or email is required` as found from the login
Master
al uup
On clicking "edit" for an existing model, an error is thrown when trying to access the `prototype$updateAttributes` method. Only `prototype$patchAttributes` exists on the form data. ![screen shot 2017-01-23 at 3...
Putting any value in the search input returns all instances. See: https://www.dropbox.com/s/fk602aog9vo0bc3/Screenshot%202016-11-19%2000.14.11.png?dl=0 https://www.dropbox.com/s/fjofxgyxz1lsrcw/Screenshot%202016-11-19%2000.14.45.png?dl=0 I'm using the latest version of admin and postgres.
error start displays. using dependency "loopback": "2.34.1", Error: Cannot find module 'cors' at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load (module.js:276:25) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object. (.../node_modules/loopback-component-admin/dist/index.js:4:8) at Module._compile (module.js:409:26)...
Error when starting loopback instance with loopback-component-admin > Error: Cannot find module 'lodash'
Hello I made this PR to build the dist directory automatically on the npm postinstall event Regards