jincod / dotnetcore-buildpack

Heroku .NET Core Buildpack
MIT License
750 stars 360 forks source link

WASP Blazor application does not work. #185

Open NeilLouisThompson opened 1 year ago

NeilLouisThompson commented 1 year ago

Hi there It seem like there is something wrong with Blazor applications Application is published but The server can not be reached.

Usually when deploying you need to publish the server project in order for this to work.

jincod commented 1 year ago

Hello @NeilLouisThompson

I haven't worked with Blazor yet. Please see the related issue https://github.com/jincod/dotnetcore-buildpack/issues?q=blazor

NeilLouisThompson commented 1 year ago

I there None of the existing threads seem to solve this. See the problem is not with the build, That seems to work fine. The application cant access the server application and the API request failed. When hosting this on your local machine you would only need to build/publish the server application.

See the issues i get in console image

Here is the build Log below : Heroku build Log.txt

jincod commented 1 year ago

You need to know, why GetAllProducts returns 500