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
Why is my console reporting this error in relation to Elmah for a .Net Core 7 setup.
[10:32:49 INF] Request starting HTTP/2 GET
https://localhost:7298/elmah/api/new-errors
?id=17a6f172-2875-4b11-97e2-5703476ef93f
- -
[10:32:49 DBG] No candidates found for the request path '/elmah/api/new-errors'
[10:32:49 DBG] Request did not match any endpoints
[10:32:49 DBG] The request path does not match the path filter
[10:32:49 INF] Request finished HTTP/2 GET
https://localhost:7298/elmah/api/new-errors
?id=17a6f172-2875-4b11-97e2-5703476ef93f
- - - 200 - application/json 6.3407ms
Why is my console reporting this error in relation to Elmah for a .Net Core 7 setup.
...and how can it be resolved?
I have no issues browsing to https://localhost:7298/elmah/errors and elmah will pick up errors that have been logged by the api.
The text was updated successfully, but these errors were encountered: