branch icon

Blazor application docker-compose fix for both tiered/nontiered #13513

Description

Resolves #13512

Waiting for

  • Dotnet release publish error
  • Blazor error on non-development environment

Checklist

  • I fully tested it as developer / designer and created unit / integration tests
  • I documented it (or no need to document or I will create a separate documentation issue)
  • I worked with the design team to get their idea for UI/UX design (or no need to design for this PR)
  • I've assigned reviewer, related labels and set a milestone for this PR

How to test it?

  • Install ABP CLI v7.1.0-rc.1.
  • zip the app-pro template and name as app-pro-7.1.0-rc.1.zip. Paste it under C:\Users\username.abp\templates.

Run abp new MyBlazorApp -t app-pro -u blazor --version 7.1.0-rc.1 to test the non-tiered solution. Run abp new MyTieredBlazorApp -t app-pro -u blazor --separate-auth-server --version 7.1.0-rc.1 to test the tiered solution.

NOTE: Requires Docker for Desktop (or any other docker engine) to build and run the images.

Run build-images-locally.ps1 script under etc/build folder to create images. Run run-docker.ps1 script under etc/docker folder.

Navigate to http://localhost:44307 blazor application and login, explore.

Version
7.1.0
Release Date
22 března, 2023
Labels
No labels