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
I am using the configuration from the example using the repository method but it gives TypeError: Cannot read properties of undefined (reading 'databaseName').
TypeORM version 0.3.20
nestjs-paginate version 9.1.2
Can you post the full error log please? And can you show how this.sessionRepo is created? I think there's going to be a not nestjs-paginate related error in your module setup. I'd need the error to know for sure.
I think this might be due to that 'files.url' part on the searchableColumns. I'm facing the same issue when trying to sort by a field inside a JSON column
I am using the configuration from the example using the repository method but it gives TypeError: Cannot read properties of undefined (reading 'databaseName').
TypeORM version 0.3.20
nestjs-paginate version 9.1.2
this is my service
The text was updated successfully, but these errors were encountered: