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
The error happened when i added an authguard to the controller endpoint, but not added the authguard to nestjs (not set passportmodule as an import, and not set the strategy as a provider)
Describe the bug
Currently, when requesting a route that is not defined, the server will hang and not return any response.
To Reproduce
Steps to reproduce the behavior:
http://localhost/bad-route
Expected behavior
It should 404.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: