You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any ideas why is that a case? Here is full error stack:
[2024-08-28 21:13:56] Error: DataSource with name "default" has already added.
[2024-08-28 21:13:56] at addTransactionalDataSource (/workspace/node_modules/typeorm-transactional/dist/common/index.js:156:15)
[2024-08-28 21:13:56] at dataSourceFactory (/workspace/dist/src/app.module.js:99:83)
[2024-08-28 21:13:56] at /workspace/node_modules/@nestjs/typeorm/dist/typeorm-core.module.js:169:36
[2024-08-28 21:13:56] at Observable._subscribe (/workspace/node_modules/rxjs/dist/cjs/internal/observable/defer.js:8:31)
[2024-08-28 21:13:56] at Observable._trySubscribe (/workspace/node_modules/rxjs/dist/cjs/internal/Observable.js:41:25)
[2024-08-28 21:13:56] at /workspace/node_modules/rxjs/dist/cjs/internal/Observable.js:35:31
[2024-08-28 21:13:56] at Object.errorContext (/workspace/node_modules/rxjs/dist/cjs/internal/util/errorContext.js:22:9)
[2024-08-28 21:13:56] at Observable.subscribe (/workspace/node_modules/rxjs/dist/cjs/internal/Observable.js:26:24)
[2024-08-28 21:13:56] at subscribeForRetryWhen (/workspace/node_modules/rxjs/dist/cjs/internal/operators/retryWhen.js:14:31)
[2024-08-28 21:13:56] at /workspace/node_modules/rxjs/dist/cjs/internal/operators/retryWhen.js:18:43
The text was updated successfully, but these errors were encountered:
I've got an error from title when trying to deploy app with some migrations. This is my
app.module
:Any ideas why is that a case? Here is full error stack:
The text was updated successfully, but these errors were encountered: