-
Notifications
You must be signed in to change notification settings - Fork 222
what's failing kestrel to run on heroku #994
Comments
@AbhimanyuAryan, could you post both the project.json contents here? Or better yet if possible could you upload both projects to Github and share the link? |
@ajaybhargavb link to repo repo generated by yeoman: https://github.com/AbhimanyuAryan/ivdstudios |
/cc @pranavkm |
@AbhimanyuAryan, by default, the CLI uses the folder name as the output assembly name. When deploying the Heroku, it looks like it's checking out the application in a randomly named directory: Try specifying the
|
@AbhimanyuAryan can you let us know if this worked for you? Thanks! |
To add to this, updating to the csproj should also solve this issue. The default value for the project name is inferred from the project file name ( |
@Eilon no I still can't figure out. @pranavkm I'm have a .csproj project. What do you think should I add here?
|
@AbhimanyuAryan can you share your full updated app on GitHub, plus also what current error(s) or behavior(s) you're getting? |
@AbhimanyuAryan feel free to reopen this work item once you have a repro we could try somewhere. It's difficult to determine much from the details you've provided. |
From @AbhimanyuAryan on February 10, 2017 23:12
I have created an new asp.net core project and it runs on locally but fails when deployed to heroku. Please see this issue and help me understand this problem. What's causing this issue
Copied from original issue: aspnet/KestrelHttpServer#1357
The text was updated successfully, but these errors were encountered: