Activities of "maliming"

hi

Could not found remote action for method: System.Threading.Tasks.Task`1[Volo.Payment.Requests.PaymentRequestWithDetailsDto] GetAsync(System.Guid) on the URL: https://localhost:44300/

Are you reference the Volo.Payment.HttpApi to your HttpApi project(https://localhost:44300/)? Because you are using the TIERED project.

Please check the document, https://docs.abp.io/en/abp/latest/Multi-Tenancy#determining-the-current-tenant

Do you have any sample code for using the ..WithUserDto?

You can refer to the blogging module.

https://github.com/abpframework/abp/blob/cb46781ab69c76cc39bc076eb56a2a2a2e49580c/modules/blogging/src/Volo.Blogging.Application/Volo/Blogging/Comments/CommentAppService.cs#L35

Answer

hi

You can create a middleware to determine the requested URL and redirect to /home/login if the current request has no authentication.

var authenticateResult = await httpContext.AuthenticateAsync("HangfireCookies");

if (authenticateResult.Succeeded)

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/middleware/?view=aspnetcore-6.0

Answer

hi

Try to clear the cookies and other of the localhost domain.

Answer

You can seed a new database to check the data.

https://github.com/abpframework/abp/commit/cf28da1466877f4727f96277924416d4ec7fa9b2#diff-8b4655256c3fe3d4877ecf63001f2f037a6606d2be9b9e2b436050e966d37514R248-R259

Answer

Invalid client configuration for client TiberVendor_Swagger_API: No redirect URI configured.

Answer

These logs are normal. not include the errors.

hi

You can google the error message. I'm not familiar with this.

Answer

What about the Identity Server logs?

Showing 6681 to 6690 of 8477 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11