Activities of "alper"

Answer

Issue with payment module with v4.3.0-rc.1

  • ABP Framework version: v4.3.0-rc.1
  • UI type: Angular ( but trying with MVC for now)
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Steps to reproduce the issue:

1- I installed payment commercial module,
2- migrated db 3- setup appsettings for payment providers 4- added an action as sample suggested: https://docs.abp.io/en/commercial/latest/modules/payment 5- I run system and tried the action but I got that error!

  • Exception message and stack trace:
    An unhandled exception occurred while processing the request. SqlException: Invalid object name 'PayPaymentRequests'. Microsoft.Data.SqlClient.SqlCommand+<>c.<ExecuteDbDataReaderAsync>b__169_0(Task<SqlDataReader> result)

DbUpdateException: An error occurred while updating the entries. See the inner exception for details. Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)

SqlException: Invalid object name 'PayPaymentRequests'.

Microsoft.Data.SqlClient.SqlCommand+<>c.<ExecuteDbDataReaderAsync>b__169_0(Task<SqlDataReader> result) System.Threading.Tasks.ContinuationResultTaskFromResultTask<TAntecedentResult, TResult>.InnerInvoke() System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, object state) System.Threading.Tasks.Task.ExecuteWithThreadLocal(ref Task currentTaskSlot, Thread threadPoolThread) Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)

did you add migration after adding the module? add-migration

Answer

Using abp suite v4.3.0-rc2 Blazor+Mongo+Separate Identy Server!

Thank you in advance for your help!

@ilitzy
This is fixed in the latest preview.

Answer

hi Ronald,

yes you just need to pass the token as seen below

I took this screenshot from https://commercial.abp.io/demo

also there's a ConsoleTestApp in your Test folder. You can check that to learn how to consume APIs from C#

I couldn' reproduce it is it blazor or blazor-server?

hi, sorry but there's no sample for that. because this is not a standard solution for every workflow engine. you need to find a workflow library and implement it according to its installation steps. it's one of the workflow libraries https://elsa-workflows.github.io/elsa-core/

you can also set specific permission to a user. does it work for you?

this is the MVC template. and there's no notification in MVC as well.

maybe you are talking about ASP.NET Zero

is the detail page a modal? or a new window? can you show me a sample

Answer

If you save and generate Entities after a change again in Abp Suite, then within the Project AutomapperProfile.cs the CreateMap Entries are duplicated not replaced.

@hakan thank you. I created an internal issue for this.

Showing 911 to 920 of 1868 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 19, 2024, 12:56