Detailed map traversal, teach you to master the complex gremlin query debugging method>>>
For specific reasons, we need to add a special configuration to the config of the app
app.config(['$qProvider', function ($qProvider) {
$qProvider.errorOnUnhandledRejections(false);
}]);
See
Reference 1: official issue
Reference 2: stack overflow