作者:feng2502863897 | 来源:互联网 | 2023-07-21 15:33
Have run below projects
AuthServer.Host
IdentityService.Host
TenantManagementService.Host
BloggingService.Host
ProductService.Host
But when i run the InternalGateway i get this error
2020-03-22 23:52:22.526 +03:00 [INF] - InternalGateway.Host.InternalGatewayHostModule
2020-03-22 23:52:24.086 +03:00 [INF] Initialized all ABP modules.
2020-03-22 23:52:24.116 +03:00 [INF] Application started. Press Ctrl+C to shut down.
2020-03-22 23:52:24.117 +03:00 [INF] Hosting environment: Development
2020-03-22 23:52:24.118 +03:00 [INF] Content root path: D:\abp-master\abp-master\samples\MicroserviceDemo\gateways\InternalGateway.Host
2020-03-22 23:52:24.137 +03:00 [INF] Request starting HTTP/1.1 GET http://localhost:65129/
2020-03-22 23:52:24.200 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated.
2020-03-22 23:52:24.259 +03:00 [DBG] requestId: 8000000f-0002-fe00-b63f-84710c7967bb, previousRequestId: no previous request id, message: ocelot pipeline started
2020-03-22 23:52:24.270 +03:00 [DBG] requestId: 8000000f-0002-fe00-b63f-84710c7967bb, previousRequestId: no previous request id, message: Upstream url path is /
2020-03-22 23:52:24.286 +03:00 [WRN] requestId: 8000000f-0002-fe00-b63f-84710c7967bb, previousRequestId: no previous request id, message: DownstreamRouteFinderMiddleware setting pipeline errors. IDownstreamRouteFinder returned Error Code: UnableToFindDownstreamRouteError Message: Failed to match ReRoute configuration for upstream path: /, verb: GET.
2020-03-22 23:52:24.287 +03:00 [WRN] requestId: 8000000f-0002-fe00-b63f-84710c7967bb, previousRequestId: no previous request id, message: Failed to match ReRoute configuration for upstream path: /, verb: GET.
2020-03-22 23:52:24.288 +03:00 [WRN] requestId: 8000000f-0002-fe00-b63f-84710c7967bb, previousRequestId: no previous request id, message: Error Code: UnableToFindDownstreamRouteError Message: Failed to match ReRoute configuration for upstream path: /, verb: GET. errors found in ResponderMiddleware. Setting error response for request path:/, request method: GET
2020-03-22 23:52:24.289 +03:00 [DBG] requestId: 8000000f-0002-fe00-b63f-84710c7967bb, previousRequestId: no previous request id, message: ocelot pipeline finished
2020-03-22 23:52:24.302 +03:00 [INF] Request finished in 168.8511ms 404
2020-03-22 23:53:20.001 +03:00 [INF] Application is shutting down...
该提问来源于开源项目:abpframework/abp
How it worked I am also facing a same issue