question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

/home/admin/btcpayserver/BTCPayServer/Hosting/BTCpayMiddleware.cs:line 55

See original GitHub issue

Describe 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:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. 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:closed
  • Created 4 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
bereskacommented, Apr 28, 2019

sure enough, after running ./build.sh both for nbxplorer and btcpayserver all is good now this can be closed now thank you

0reactions
bereskacommented, Apr 26, 2019

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found