500 error when making a bridge to github
Hello,
I made a new project and choose the github option.
But then I see a 500 error.
Can someone look into this ?
Roelof
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 14 Feb, 2018 05:20 AM
Hi Roelof,
Thanks for reporting this issue -- it was resolved earlier today, but let me know if you continue to experience issues setting up the integration going forward!
Best,
Rune
rune closed this discussion on 14 Feb, 2018 05:20 AM.
rwobben re-opened this discussion on 14 Feb, 2018 06:28 AM
2 Posted by rwobben on 14 Feb, 2018 06:28 AM
I run into another problem.
I have now a bridge to github and the build went fine.
But as soon as I goto http://balanced.apphb.com/ I see a welcome screen of ngnix and not the site
What went wrong here ?
Roelof
Op 14-2-2018 om 06:20 schreef rune:
Support Staff 3 Posted by rune on 20 Feb, 2018 10:39 AM
Hi Roelof,
It seems like the app is an ASP.NET Core app, but no website is published during the build process. .NET Core is supported but still requires publishing to the output directory using a bit of configuration in your web project file. All current versions of the .NET Core runtime are installed on the worker and build servers, which also include the SDK.
Currently you'll need to trigger the
Publish
build target and set thePublishDir
project property yourself. That's pretty straightforward as you can see in this samplecsproj
using a default ASP.NET Core 1.1 (Core FX) template app created created with VS017:It should work if you make those two changes to the web project file, commit it to your repository and push to AppHarbor, but let me know if you continue to experience issues with this!
Cheers,
Rune
rune closed this discussion on 20 Feb, 2018 10:39 AM.