irgendwas läuft falsch mit mongoose...

Ich denke mein connect klappt nicht so ganz. ich bekomme immer diesen error:
TypeError: Cannot convert undefined or null to object
at Function.getPrototypeOf (<anonymous>)
at node_modules/whatwg-url/lib/utils.js (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\mongoose.js:20318:41)
at __require2 (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\chunk-GBTWTWDP.js:52:50)
at node_modules/whatwg-url/lib/URL.js (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\mongoose.js:22930:17)
at __require2 (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\chunk-GBTWTWDP.js:52:50)
at node_modules/whatwg-url/webidl2js-wrapper.js (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\mongoose.js:23337:16)
at __require2 (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\chunk-GBTWTWDP.js:52:50)
at node_modules/whatwg-url/index.js (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\mongoose.js:23351:9)
at __require2 (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\chunk-GBTWTWDP.js:52:50)
at node_modules/mongodb-connection-string-url/lib/index.js (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\mongoose.js:23487:24)
TypeError: Cannot convert undefined or null to object
at Function.getPrototypeOf (<anonymous>)
at node_modules/whatwg-url/lib/utils.js (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\mongoose.js:20318:41)
at __require2 (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\chunk-GBTWTWDP.js:52:50)
at node_modules/whatwg-url/lib/URL.js (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\mongoose.js:22930:17)
at __require2 (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\chunk-GBTWTWDP.js:52:50)
at node_modules/whatwg-url/webidl2js-wrapper.js (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\mongoose.js:23337:16)
at __require2 (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\chunk-GBTWTWDP.js:52:50)
at node_modules/whatwg-url/index.js (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\mongoose.js:23351:9)
at __require2 (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\chunk-GBTWTWDP.js:52:50)
at node_modules/mongodb-connection-string-url/lib/index.js (C:\Users\kevin\Desktop\Projects\AngularTailwindExpressDashboard\client\.angular\cache\19.0.6\client\vite\deps_ssr\mongoose.js:23487:24)
Wer kann schnell helfen? das ist eine typescript datei
No description
No description
3 Replies
Bl4cklist🔥System
:hack: - Danke für deine Frage! › Unsere Community freut sich schon, dir bei deinem Problem weiterzuhelfen! Sei so lieb und unterstütze die Personen welche dir weitergeholfen in dem du die Antwort welche das Problem lösen konnte akzeptierst. - :accept: = Akzeptiert die Antwort und markiert dein Problem als gelöst. Alternativ kannst du auch /solved verwenden, falls du es selbst herausgefunden hast. Pushe deinen Post für mehr Aufmerksamkeit mit /push. ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
Laqco
Laqco8mo ago
Ist das der ganze error? Ich seh nicht, an welcher Stelle aus deinem code der fehler geworfen wird. Aufgrund des Codes den ich sehe: Entweder beim import, dann ist es ein package fehler. Oder beim connect; dann kann ich mir grad nur vorstellen, dass die URI falsch ist. Die natürlich hidden ist
Bl4cklist🔥System
- Problem selbst gelöst: Der Ersteller dieser Frage hat das Problem selbst gelöst.

Did you find this page helpful?