Skip to content

Instantly share code, notes, and snippets.

@NilsMoller
Created February 17, 2021 14:17
Show Gist options
  • Save NilsMoller/77e1d1b87174fb13ab9542f24f696c23 to your computer and use it in GitHub Desktop.
Save NilsMoller/77e1d1b87174fb13ab9542f24f696c23 to your computer and use it in GitHub Desktop.
2021-02-17T13:28:05.264824+00:00 app[web.1]: at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
2021-02-17T13:28:05.264824+00:00 app[web.1]: at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
2021-02-17T13:28:05.264824+00:00 app[web.1]: at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
2021-02-17T13:28:05.264825+00:00 app[web.1]: at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
2021-02-17T13:28:05.264825+00:00 app[web.1]: at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
2021-02-17T13:28:05.264825+00:00 app[web.1]: at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
2021-02-17T13:28:05.264825+00:00 app[web.1]: at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
2021-02-17T13:28:05.264825+00:00 app[web.1]: at API.Program.Main(String[] args) in /src/Program.cs:line 16
2021-02-17T13:28:05.313268+00:00 heroku[web.1]: Process exited with status 134
2021-02-17T13:28:05.514712+00:00 heroku[web.1]: State changed from starting to crashed
2021-02-17T14:17:12.538226+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=proepapi.herokuapp.com request_id=60f2b075-888a-4e46-a167-dd2773c9f9ea fwd="77.248.82.199" dyno= connect= service= status=503 bytes= protocol=https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment