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()");
HI,
could you share a minimum reproducible project with me ? i will check ,it
shiwei.liang@volosoft.com
Hi,
Sorry, i misunderstood。
Could you share your OnApplicationInitialization
method code
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