/home/admin/btcpayserver/BTCPayServer/Hosting/BTCpayMiddleware.cs:line 55
See original GitHub issueDescribe the problem/bug btcpayserver webfront is not accessible with error in btcpayserver status: /home/admin/btcpayserver/BTCPayServer/Hosting/BTCpayMiddleware.cs:line 55
Your environment Raspiblitz 1.1 on rpi 3b+ with: lnd version 0.5.2-beta commit=v0.5.2-beta Bitcoin Core Daemon version v0.17.0.1 Manually installed: dotnet 2.1.505 NBXplorer latest BTCPay server v.1.0.3.92
Logs (if applicable) admin@bereskaLND:~ $ sudo systemctl status btcpayserver ● btcpayserver.service - BtcPayServer daemon Loaded: loaded (/etc/systemd/system/btcpayserver.service; enabled; vendor preset: enabled) Active: active (running) since Mon 2019-04-22 05:48:02 BST; 16h ago Main PID: 9189 (dotnet) CGroup: /system.slice/btcpayserver.service ├─9189 /usr/local/bin/dotnet run --no-launch-profile --no-build -c Release -p /home/admin/btcpayserver/BTCPayServer/BTCPayServer.csproj – └─9236 dotnet exec /home/admin/btcpayserver/BTCPayServer/bin/Release/netcoreapp2.1/BTCPayServer.dll
Apr 22 22:39:14 bereskaLND dotnet[9189]: at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeFilterPipelineAsync() Apr 22 22:39:14 bereskaLND dotnet[9189]: at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeAsync() Apr 22 22:39:14 bereskaLND dotnet[9189]: at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext) Apr 22 22:39:14 bereskaLND dotnet[9189]: at Microsoft.AspNetCore.Diagnostics.StatusCodePagesMiddleware.Invoke(HttpContext context) Apr 22 22:39:14 bereskaLND dotnet[9189]: at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext) Apr 22 22:39:14 bereskaLND dotnet[9189]: at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) Apr 22 22:39:14 bereskaLND dotnet[9189]: at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context) Apr 22 22:39:14 bereskaLND dotnet[9189]: at BTCPayServer.Hosting.BTCPayMiddleware.Invoke(HttpContext httpContext) in /home/admin/btcpayserver/BTCPayServer/Hosting/BTCpayMiddleware.cs:line 55 Apr 22 22:39:14 bereskaLND dotnet[9189]: at Microsoft.AspNetCore.Cors.Infrastructure.CorsMiddleware.Invoke(HttpContext context) Apr 22 22:39:14 bereskaLND dotnet[9189]: at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
To Reproduce Steps to reproduce the behavior:
- Go to ‘…’
- Click on ‘…’
- Scroll down to ‘…’
- See error
Expected behavior A clear and concise description of what you expected to happen.
Actual behavior Tell us what happens instead
Screenshots/Links If applicable, add screenshots or links to help explain your problem.
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (4 by maintainers)
Top GitHub Comments
sure enough, after running ./build.sh both for nbxplorer and btcpayserver all is good now this can be closed now thank you
strange, everything is working except for that Server Settings web page( maybe I should have run ./build.sh again both for nbxplorer and btcpayserver after updating DOTNet SDK to 2.2 since it was all manual install with git for me? thank you