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?
hi
https://abp.io/docs/latest/modules/openiddict#setting-tokens-lifetime
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.
JWT to authentication/authorizationOpenIdConnect to SSOYou 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
Pomelo.EntityFrameworkCore.MySql still needs one or two weeks.Thanks.