Activities of "liangshiwei"

Hi,

you need to check your csproj file. It looks like your project file is incorrect

Hi,

here is the document https://abp.io/docs/latest/solution-templates/microservice/adding-new-microservices

Redirection of the gateway selection page has to be a POST request. If you implement it as a GET request, you will get an error. You can use LocalRedirectPreserveMethod to keep the method as POST in the redirected request.

https://abp.io/docs/latest/modules/payment#creating-one-time-payment

You may consider using form to redirect, for example:

<form method="post" data-ajaxForm="false" action="/Payment/GatewaySelection" id="Form">
</form>

.....

await JSRuntime.InvokeVoidAsync("eval", "document.getElementById('Form').submit()");
Answer

HI,

could you share a minimum reproducible project with me ? i will check ,it

shiwei.liang@volosoft.com

Answer

should add to the request pipeline before the app.UseConfiguredEndpoints()

See https://abp.io/docs/latest/framework/infrastructure/background-jobs/hangfire

Answer

Hi,

Sorry, i misunderstood。

Could you share your OnApplicationInitialization method code

Answer

Hi,

The background jobs can't get HTTP context, so no current user exists.

Hi,

please share the error logs

Hi,

could you share a minimum reproducible project with me? i will check it.

shiwei.liang@volosoft.com

HI,

i could not reproduce the problem

my steps

  • create a project via suite
  • add file module as package

Showing 571 to 580 of 5968 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11