-
vm.trialLogin =function(){ vm.credentials.userRole = ""; authentication .userRole(vm.credentials.email) .then(function successCallback(response){ // var data = response.data; // console.log("login data ", response.data); //vm.data …
- 55 views
- 0 answers
- 0 votes
-
this is in the directory as below. C:\\Users\\Karthik Harihar\\Desktop\\biker_monk\\monksPath\\config\\dbconnect.js const mongoose = require(\’mongoose\’); const connectionUri = mongodb+srv://${process.DataBase_User}:${process.DataBase_Password}@${process.DataBase_Cluster_Name}.2htrm.mongodb.net/${process.DataBase_Name}?retryWrites=true&w=majority; const connection= mongoose.connect(connectionUri, …
- 56 views
- 0 answers
- 0 votes
-
Trying to implement angularJs $uibModal but is it not popping up. Giving an error angular.min.js:129 Possibly unhandled rejection: backdrop click …
- 71 views
- 0 answers
- 0 votes
-
userid and appl_id undefined when using @Input I need to fetch user id and appl_id from an api named getSignedPdfDetails …
- 71 views
- 0 answers
- 0 votes
-
I\’m implementing a test system but I came across a problem that if I\’m restricting Section A students to see …
- 66 views
- 0 answers
- 0 votes
-
System.TimeoutException: A timeout occurred after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. …
- 79 views
- 0 answers
- 0 votes
-
- 92 views
- 0 answers
- 0 votes
-
- 72 views
- 0 answers
- 0 votes
-
- 76 views
- 1 answers
- 0 votes
-
I\’m trying to use MongoDB for the first time using C#, but I\’m struggling to implement polymorphism. A short summary …
- 87 views
- 0 answers
- 0 votes