Why am getting error 500 after deploying my app?

babacar diakite 20 Reputation points
2023-02-06T22:10:09.72+00:00

500error

Hi everyone. I am trying to deploy my application here, after going through all the steps, I get this error. What am I doing wrong?

here is the build log

Annotations

13 warnings

buildNode.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.Show less
build: CandySoap.Models/ApplicationUser.cs#L16Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CandySoap.Models/ApplicationUser.cs#L24Non-nullable property 'Company' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CandySoap.Models/ViewModels/ShoppingCartVM.cs#L11Non-nullable property 'ListCart' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CandySoap.Models/ViewModels/ShoppingCartVM.cs#L13Non-nullable property 'OrderHeader' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CandySoap.Models/ViewModels/ProductVM.cs#L9Non-nullable property 'CoverTypeList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CandySoap.Models/ViewModels/ProductVM.cs#L11Non-nullable property 'CategoryList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CandySoap.Models/ViewModels/ProductVM.cs#L12Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CandySoap.Models/ShoppingCart.cs#L18Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CandySoap.Models/ShoppingCart.cs#L21Non-nullable property 'ApplicationUserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CandySoap.Models/ShoppingCart.cs#L24Non-nullable property 'ApplicationUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
**deploy**Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/download-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.Show more
**deploy**The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/Show more
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
1,028 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.