"liangshiwei" की गतिविधियाँ

Antiforgery token validation failed. The required antiforgery header value "RequestVerificationToken" is not present

Can you share the blazer page code?

After I redirect to OpenDict site , login, then back to Blazor Server site. the same blazer page will failure with below exception.

Are all pages not working, or just one?

Can you share some screenshots?

is there any error log.

Hi,

You can try adding breakpoints for debugging.

Has the GlobalExceptionFilter been executed?

Hi,

I have no idea. Could you share an example project with me? i will check it. thanks. my email is shiwei.liang@volosoft.com

Hi,

Are you looking for this?

https://support.abp.io/QA/Questions/4814/Dynamic-Permission https://support.abp.io/QA/Questions/5671/Generate-Permission-Automatically-from-external-service

Hi,

It will add .abpmdl file. No code will change.

How do I reverse it back if I still need it to be worked out of ABP Studio?

you can remove it.

I don't know yet.

Could you try this?

Configure<OpenIddictServerOptions>(options =>
{
    options.TokenValidationParameters.IssuerValidator = TokenWildcardIssuerValidator.IssuerValidator;
    options.TokenValidationParameters.ValidIssuers = new[]
    {
        "https://api.mydomain.com/",
        "https://{0}.api.mydomain.com/"
    };
});

If still not working, could you share an example project with me via email? I will check it. My email is shiwei.liang@volosoft.com thanks.

This is the PR that will fix the problem.

https://github.com/abpframework/abp/pull/19983

If I do /Pages/Account the Host doesn't load.

can you share some screenshots

HI,

Because it is a new independent transaction, EF Core entity tracking doesn't detect them

Hi,

Because creating shared projects allows for better reuse of components, you may have other services that need to use these components in the future.

4885 प्रविष्टियों में 11 से 20 दिखा रहा है
Made with ❤️ on ABP v8.2.0-preview Updated on मार्च 25, 2024, 15:11