Is web pack will work in sequelize or not? #19172
Unanswered
azhar-neolysi
asked this question in
Q&A
Replies: 1 comment
-
Please create reproducible test repo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is web pack will work in sequelize or not?
I am getting errors after hosing in iis in DB connection
its running fine and db connected without any issue
but getting error even auto generated codes
pplication has thrown an uncaught exception and is terminated:
TypeError: Cannot read properties of undefined (reading 'database')
at eval (webpack://exam_api/./src/models/index.js?:35:31)
at ./src/models/index.js (D:\Webapps\exam-dev-build\main.js:309:1)
at webpack_require (D:\Webapps\exam-dev-build\main.js:723:41)
at eval (webpack://exam_api/./src/app.js?:20:10)
at ./src/app.js (D:\Webapps\exam-dev-build\main.js:18:1)
at webpack_require (D:\Webapps\exam-dev-build\main.js:723:41)
at D:\Webapps\exam-dev-build\main.js:740:37
at Object. (D:\Webapps\exam-dev-build\main.js:742:12)
at Module._compile (node:internal/modules/cjs/loader:1469:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
Beta Was this translation helpful? Give feedback.
All reactions