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
app.UseSmidge() is used before app.UseMvc() routing is not working properly anymore.
Putting UseSmidge() after UseMvc() solves the problem.
I don't know if this is intended/know or a bug.
app.UseSmidge() is used before app.UseMvc() routing is not working properly anymore.
Putting UseSmidge() after UseMvc() solves the problem.
I don't know if this is intended/know or a bug.
See my StackOwerflow Post for details and how to reproduce the issue.
The text was updated successfully, but these errors were encountered: