When I click the Submit button in creation form an OPTIONS request is sent to the server and then in the console this appears
Error: e.data is null
handleDefaultError@http://127.0.0.1:8081/node_modules/ng-admin/build/ng-admin.min.js:48:29053
handleError@http://127.0.0.1:8081/node_modules/ng-admin/build/ng-admin.min.js:48:28789
value/</<@http://127.0.0.1:8081/node_modules/ng-admin/build/ng-admin.min.js:47:18903
c/<@http://127.0.0.1:8081/node_modules/ng-admin/build/ng-admin.min.js:8:10159
$eval@http://127.0.0.1:8081/node_modules/ng-admin/build/ng-admin.min.js:8:17142
$digest@http://127.0.0.1:8081/node_modules/ng-admin/build/ng-admin.min.js:8:15675
$apply@http://127.0.0.1:8081/node_modules/ng-admin/build/ng-admin.min.js:8:17438
w/s<@http://127.0.0.1:8081/node_modules/ng-admin/build/ng-admin.min.js:8:13579
a@http://127.0.0.1:8081/node_modules/ng-admin/build/ng-admin.min.js:6:30299
Ge/u.defer/n<@http://127.0.0.1:8081/node_modules/ng-admin/build/ng-admin.min.js:6:31748
Possibly unhandled rejection: {}
No subsequent POST is sent... I'm returning these CORS headers on the response... but it's all on localhost so it shouldn't matter
Access-Control-Allow-Origin: *
Access-Control-Request-Method: GET, POST, PUT, DELETE, OPTIONS
Access-Control-Request-Headers: X-Requested-With, content-type
access-control-allow-credentials: true
Good morning Friends, congratulations to all who are part of the NGADMIN team.
My name is Giovanni Duarte, I am at the forefront of a project we use to use NGADMIN, so far we have made good progress by joining DELPHI in Backend + NGADMIN in Frontend.
My question: Is there a simple way to use the FILTERS using a button and not with automatic?
Hi!
I'm trying to use ng-admin in an existing project and I have a problem when running webpack.
ERROR in ./node_modules/ng-admin/lib/javascripts/ng-admin/Main/view/menuBar.html
Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
| <div class="navbar-default sidebar" role="navigation" compile="menu.template()">
| <div class="sidebar-nav navbar-collapse collapse" uib-collapse="$parent.isCollapsed">
| <ul class="nav" id="side-menu">
@ ./node_modules/ng-admin/lib/javascripts/ng-admin/Main/component/directive/maMenuBar.js 8:15-49
@ ./node_modules/ng-admin/lib/javascripts/ng-admin/Main/MainModule.js
@ ./node_modules/ng-admin/lib/javascripts/ng-admin.js
@ ./web/js/index.js
I'm using webpack 3.10.0