Activities of "maliming"

the auth server goes in an endless loop.

hi

The current user doesn't have the Cssea.Cetrs permission, so the endless loop happened.

We will avoid this problem in the next version.

Request starting HTTP/2 GET https://apps.cssea.bc.ca/Cetrs - -
These requirements were not met: PermissionRequirement: Cssea.Cetrs

hi

https://support.abp.io/QA/Questions/5018#answer-3a0b0d8f-1cf9-369c-8834-8cb9b50c130d

hi

Can you share a project?

liming.ma@volosoft.com

hi

Please share the full logs of your backend app, including the authserver and web app.

liming.ma@volosoft.com

hi

What's this website?

https://nvisionweb-dev.azurewebsites.net/

Are you using angular?

Which app is called the POST api/account/send-email-confirmation-token ?

Please share a structure screenshot of your solution.

hi

[DBG] VerifyUserTokenAsync() failed with purpose: EmailConfirmation for user.

Seems to be a problem with Data Protection, Please share the full log starting from the application startup.

https://learn.microsoft.com/en-us/aspnet/core/security/data-protection/configuration/overview?view=aspnetcore-7.0

also share the code related to AddDataProtection

Enable Information level logging of DataProtection to help diagnosis problem. The following appsettings.json file enables information logging of the DataProtection API:

https://learn.microsoft.com/en-us/aspnet/core/security/data-protection/configuration/overview?view=aspnetcore-7.0#logging-dataprotection

Thanks

hi

Can you set the log level to debug and re-get the logs?

    public async static Task<int> Main(string[] args)
    {
        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();

hi

Hi, we are receiving the error "Volo.Abp.Identity:InvalidToken": "Invalid token.", whenever an email confirmation link is clicked.

I can't see the error in the logs that you shared. Can you share these logs when you receive the error?

hi

Can you add this endpoint URL to your Yarp?

It does not start with api/chat

https://localhost:44325/signalr-hubs/chat/negotiate?negotiateVersion=1

hi


Configure<AbpAspNetCoreAuditingOptions>(options =>
{
    options.IgnoredUrls.AddIfNotContains("/health");
});```
Showing 7091 to 7100 of 11535 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.