App builds successfully but I get "welcome to nginx" page
Hi, I deployed my .net core app to appharbors and it builds successfully. here is part of the log:
Build succeeded.
"D:\temp\iluiitur.122\input\BookStore.sln" (default target) (1) ->
"D:\temp\iluiitur.122\input\src\BookStore.Application\BookStore.Application.csproj" (default target) (3) ->
(CoreCompile target) ->
Books\BookAppService.cs(24,24): warning CS0108: 'BookAppService.Logger' hides inherited member 'AbpServiceBase.Logger'. Use the new keyword if hiding was intended. [D:\temp\iluiitur.122\input\src\BookStore.Application\BookStore.Application.csproj]
"D:\temp\iluiitur.122\input\BookStore.sln" (default target) (1) ->
"D:\temp\iluiitur.122\input\src\BookStore.Web.Host\BookStore.Web.Host.csproj" (default target) (7) ->
"D:\temp\iluiitur.122\input\src\BookStore.Web.Core\BookStore.Web.Core.csproj" (default target) (8:2) ->
Controllers\TokenAuthController.cs(35,24): warning CS0108: 'TokenAuthController.Logger' hides inherited member 'AbpController.Logger'. Use the new keyword if hiding was intended. [D:\temp\iluiitur.122\input\src\BookStore.Web.Core\BookStore.Web.Core.csproj]
2 Warning(s)
0 Error(s)
but when I go to the url I get the nginx welcome page. When I try to ping it I get request timed out. URL is bookstore-23.apphb.com
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by rune on 23 Aug, 2017 09:38 PM
Hi,
I suspect the web project might need to be configured to publish to the build output directory, but the application you mentioned doesn't seem to exist anymore -- did you figure out a solution in the meantime, or can you point me to an app with this issue so I can take a closer look?
Best,
Rune