बिहार सरकार के द्वारा दी जाने वाली रुपया कोरॉना बीमारी के कारण फंसे लोगो के राहत के लिए 1000 रुपया मदद स्वरूप ।।। Dosto , aaj me aap logo ke liye ek aisa post Le kar aaya hu ki khusi se uchhal jayenge. Dosto Korona abhi bahut hi bisam sthiti khada kar Diya hai.isliye hamre Bihar sarkar ke tarf se 1000 rupya un sbhi logo ko denge Jo Bihar ke wasi hai aur Korona ke bajah se kisi dusare rajya me fashe huye hai to.. #covid19 #stay home be safe# ।।।कृपया आप ऐसे ही और यूजफुल पोस्ट पाना चाहते है तो इस वेबसाइट का नाम याद कर ले या फिर इसे बुकमार्क कर ले।।। यदि आप इस बारे में वीडियो देखना चाहते है तो इस लिंक पर क्लिक करे Click on YouTube यदि आप बिहार में है अभी, लेकिन आप कोरोना के वजह से फंसे हुए थे , और आप अभी बिहार में है तो फिर भी उस का भुगतान प्राप्त करना चाहते है तो आप हमारे यूट्यूब पर वीडियो देख सकते है कि केसे लोकेशन बदल कर ऐप को खोल सकते है इसके लिए यूट्यूब पर क्लिक करे। Jyada time nhi lete huye chaliye shuru karte...
Solved : Class constructor MongoStore cannot be invoked without 'new' Above screenshot you can see what is the problem , Solution : follow this code and fix this problem. this type Error is showing because of we using old way to create session and storing in database . see this is guide . you have to use this for require: const MongoStore = require ( 'connect-mongo' ); and Now use this as store data and create session : // session for save in cart app. use ( session ({ secret: process.env.COOKIE_KEY, // database url resave: false , saveUninitialized: false , cookie: {maxAge: 1000 * 60 * 60 * 24 }, // 24 hours ...
Error : while connecting or inserting Data in MongoDB atlas Guys i have found a error when connecting to MongoDB atlas cloud. when i'm connecting to mongodb than my code is blow : async function connectDB (){ try { await mongoose . connect ( process . env . dbUrl ,() => console . log ( " Mongoose is connected" ), ); } catch ( e ){ console . log ( e ) When we use above code than that is display : Mongoose is connected . b ut, when i want to insert document to mongoDB atlas cloud than showing a error like this : const err = new MongooseError(message); ^ MongooseError: Operation `files.insertOne()` buffering timed out after 10000ms at Timeout.<anonymous> (D:\expressJsBySujeet\fileShareBackend\node_modules\mongoose\lib\drivers\node-mongodb-native\collection.js:151:23) if you want to don't see Like that error than use this two code : useNewUrlParser : true , ...
Comments
Post a Comment