Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routes are called twice from single request #24

Open
G0maa opened this issue May 13, 2023 · 0 comments
Open

Routes are called twice from single request #24

G0maa opened this issue May 13, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@G0maa
Copy link
Owner

G0maa commented May 13, 2023

  • i.e. /{} and /api/{}, they also get logged twice.
  • Investigation using available leads concluded that the culprit is this line of code:
    exclude: [{ path: '/', method: RequestMethod.GET }],
  • Since commenting it out "solves" the problem.
@G0maa G0maa added the bug Something isn't working label May 13, 2023
@G0maa G0maa self-assigned this May 13, 2023
@G0maa G0maa moved this to Backlog in Songify's Kanban board Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

1 participant