Open Closed

MauiBlazor WebAuthenticator.cs Source Code error in Account source #8076


User avatar
0
rwright-ruhealth created

****** BUG in Code Module ********

  • ABP Framework version: v8.3.1
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no Tiered for MVC
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Create a project using ABP Studio 0.9.1 and ABP Suite 8.3.1 Add the source for Account to the project. Volo.Abp.Account.Pro.Public.MauiBlazor project fails to build. Build the source and this code section causes a build failure. var scheme = callbackUri.Scheme; if(scheme = "http" || scheme == "https")

Project fails to build because the left side of the comparison expression is missing an "=" symbol.

I corrected the code to: if(scheme == "http" || scheme == "https") and the project builds correctly.


1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Thanks, we fixed the problem. your ticket was refunded.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 20, 2025, 18:00