Activities of "maliming"

hi

The 9.0 will be released this week.

https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/1841#issuecomment-2525312763

hi

When I do not expose Integration service the consuming microservice throws above exception while calling Integration endpoint. If I expose my integration services at origin it just works fine.

You have to expose the endpoints if you are using the dynamic proxy.

Because the dynamic proxy will try to find the service endpoint.

You can consider using the static proxy.

https://abp.io/docs/latest/framework/api-development/static-csharp-clients

hi

You can inject other services to query tenant info.

eg: ITenantStore

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.MultiTenancy.Abstractions/Volo/Abp/MultiTenancy/ITenantStore.cs#L9-L13

hi

We will release the new patch version in a few days.

You can try https://github.com/abpframework/abp/issues/21538#issuecomment-2522449980

I have refunded your ticket.

Thanks.

hi

You can share the abp-translation.json when you add new translated texts.

Thanks.

The bot will close the question regularly. You can reopen it at any time.

hi

it shows the successful message and has no errors in the Logs

Can you share the logs ?

The template project will use NullEmailSender by default please remember to remove it.

#if DEBUG
        context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>());
#endif

hi

What is the outputs of the dotnet restore command? Can you try this command and share?

Answer

hi

https://abp.io/docs/latest/modules/openiddict#setting-tokens-lifetime

Answer

hi

I already know your case.

But your TestMesApp.HttpApi.Host is an API project. API generally won't use OpenIdConnect for authentication.

You can create a new app(layered, tiered, public website) project.

  1. The AuthServer is the authentication/authorization center.
  2. The HttpApi.Host is the API website that using JWT to authentication/authorization
  3. The WEB and WEB public websites are mvc app that using OpenIdConnect to SSO

You can see: once I have signed in to the web, the web public will be signed automatically. The video: https://we.tl/t-IToZ847OBB

If you have sub-domain for this website. You can configure to share cookies in the same domain https://abp.io/community/articles/how-to-share-the-cookies-between-subdomains-jfrzggc2

If you will use different domains for these websites. The web public website need to click the login and will redirec to authserver then signed automatically. because the authserver has the signed state.


hi

  1. You can try using ABP V8 and dotnet 8 now, then upgrade to abp 9 in some days. I think the Pomelo.EntityFrameworkCore.MySql still needs one or two weeks.
  2. The resource from “https://localhost:44394/swagger/ui/index.js” was blocked due to MIME type (“”) mismatch (X-Content-Type-Options: nosniff). Swagger has a change that breaks the abp function. You can check https://github.com/abpframework/abp/issues/21538#issuecomment-2522449980
  3. Your question ticket has been refunded.

Thanks.

Showing 2911 to 2920 of 11539 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.