Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fail: Microsoft.AspNetCore.Server.Kestrel: Connection id "0HMOBERQEL1TC", Request id "0HMOBERQEL1TC:00000002": An unhandled exception was thrown by the application.
- System.ArgumentException: An element with the key 'appId' already exists in the RouteValueDictionary. (Parameter 'key')
- at Microsoft.AspNetCore.Routing.RouteValueDictionary.Add(String key, Object value)
- at BTCPayServer.Filters.DomainMappingConstraintAttribute.Accept(ActionConstraintContext context) in /home/swapngo/BTCSERVER/btcpayserver-1.7.9/BTCPayServer/Filters/DomainMappingConstraintAttribute.cs:line 65
- at Microsoft.AspNetCore.Mvc.Routing.ActionConstraintMatcherPolicy.EvaluateActionConstraintsCore(HttpContext httpContext, CandidateSet candidateSet, IReadOnlyList`1 items, Nullable`1 startingOrder)
- at Microsoft.AspNetCore.Mvc.Routing.ActionConstraintMatcherPolicy.EvaluateActionConstraints(HttpContext httpContext, CandidateSet candidateSet)
- at Microsoft.AspNetCore.Mvc.Routing.ActionConstraintMatcherPolicy.ApplyAsync(HttpContext httpContext, CandidateSet candidateSet)
- at Microsoft.AspNetCore.Routing.Matching.DfaMatcher.SelectEndpointWithPoliciesAsync(HttpContext httpContext, IEndpointSelectorPolicy[] policies, CandidateSet candidateSet)
- at Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.<Invoke>g__AwaitMatch|8_1(EndpointRoutingMiddleware middleware, HttpContext httpContext, Task matchTask)
- at BTCPayServer.Hosting.BTCPayMiddleware.Invoke(HttpContext httpContext) in /home/swapngo/BTCSERVER/btcpayserver-1.7.9/BTCPayServer/Hosting/BTCpayMiddleware.cs:line 101
- at BTCPayServer.Hosting.GreenfieldMiddleware.Invoke(HttpContext httpContext) in /home/swapngo/BTCSERVER/btcpayserver-1.7.9/BTCPayServer/Hosting/GreenfieldMiddleware.cs:line 50
- at Microsoft.AspNetCore.Diagnostics.StatusCodePagesMiddleware.Invoke(HttpContext context)
- at BTCPayServer.Hosting.HeadersOverrideMiddleware.Invoke(HttpContext httpContext) in /home/swapngo/BTCSERVER/btcpayserver-1.7.9/BTCPayServer/Hosting/HeadersOverrideMiddleware.cs:line 30
- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
- warn: PayServer: Error while contacting exchange coingecko: A task was canceled.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement