Activities of "liangshiwei"

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.

another problem when using app.UsePathBase is that the language selection does not work in either the mobile view or the desktop view. After selecting the language, the URL changes from “https://tbfs001wvv.powerentity.com/BookStore” to “https://tbfs001wvv.powerentity.com/https://tbfs001wvv.powerentity.com/BookStore”

You don't need to app.UsePathBase

What does not work with the MobileNavbar is the menu item “Login” with href=“/account/login”. Can I overwrite this href tag? I haven't found anything about this.

This seems looks problem, we will fix it in the next patch version

Showing 11 to 20 of 4884 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11