Base solution for your next web application

Activities of "drisanqdm"

No, navigating to https://service-dapperjack-dev-wu2.azurewebsites.net/swagger results in a 404.

I did not use the single solution option.

I was able to resolve the above by downloading a fresh project and running the pre-run commands within the .Host project. I am now running into an issue where my swagger/v1/ endpoint returns a 404.

Hello @ismcagdas, I was able to get the Angular application deployed. The issue is with the service. When I run the following command:

dotnet publish [Project_Name].Web.sln -c Release -o ${{env.DOTNET_ROOT}}/[Destination_Folder] GitHub Actions

everything runs on the build server. However, it deploys the following result: https://service-dapperjack-dev-wu2.azurewebsites.net/ when I use view page source I can see that the _Bundles was not built which is why I am seeing the site as it is. Reviewing your documentation it seems I will need to run the create-dynamic-bundles command. Please advise.

Prerequisites

Please answer the following questions before submitting an issue.

  • What is your product version? v11.0.1
  • What is your product type (Angular or MVC)? ASP.NET CORE & Angular (single solution)
  • What is product framework type (.net framework or .net core)? .NET CORE

If issue related with ABP Framework

  • What is ABP Framework version? .NET 6.0
Issue
  • When deploying the framework portion of the application Azure we are running into an issue where the service is unavailable. In reviewing, the front-end I am noticing the styling and JavaScript files are 404ing. I ran through the first portion of set up: yarn and then npm run create-dynamic-bundles to create the files within the respective folders where the service is looking eg. "/view-resources/Views/_Bundles/frontend-libs.min.css" another example of the JavaScript file 404 "https://service-dapperjack-dev-wu2.azurewebsites.net/view-resources/Views/_Bundles/frontend-libs.min.js". I just need to understand how to generate these files, I reviewed my bundle.json and there are no references to creating the above folder/file structure. Any support around this would be great. NOTE: No code modifications have been made other than to the config file and running the initial database migration.

<br> Additional References Server URL (one with the issue) - https://service-dapperjack-dev-wu2.azurewebsites.net/ App URL - https://agreeable-sea-0395f4e1e.1.azurestaticapps.net/

Showing 1 to 4 of 4 entries