Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error message indicates that the repository method "findByEmail" may have been removed or renamed after the upgrade of TypeOrm. The ExceptionHandler is trying to call this method but it cannot find it, resulting in the error message. You may need to update your repository implementation to reflect any changes in the upgraded version of TypeOrm.