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
blacksheep.server.routing.RouteDuplicate: Cannot register route pattern /index for GET more than once. This pattern is already registered for handler index.
The text was updated successfully, but these errors were encountered:
Hi
This happens if you are trying to register a request handler for HTTP GET /index more than once. If you provide reproduction steps I can tell something more.
- Fixes#441 causing the `refresh_token` endpoint for OpenID Connect
integrations to not work when authentication is required by default.
- Fixes#427, handling WebSocket errors according to ASGI specification.
- Fixes#443, raising a detailed exception when more than one application is
sharing the same instance of `Router`
- Fixes#438 and #436, restoring support for `uvicorn` used programmatically
and reloading the application object more than once in the same process.
blacksheep.server.routing.RouteDuplicate: Cannot register route pattern
/index
forGET
more than once. This pattern is already registered for handler index.The text was updated successfully, but these errors were encountered: