Hi there, i want to ask about the Application Test here, when i used version 7.0, it can use the Debug Test well. But after up to version 8.0, it become unable to debug my test.
these are the default abp suite generated test, but it keep failed, thats why i want to go into debug mode but failed too, however i managed to run the debug test for the repository test, but anyway it failed because of the data was not seeded, is there any amendment i can try to resolve this situation?
Hi,
I had configured the OpenIddictDataSeeder for both Identity and DbMigrator side. Still not auto being selected.
i tried to remove redis and get it back up. but still not working. Does anyway i can make it work without have to update it from the Web?
hi
Please add/update new EF Core migrations.
Any guide that can refer to?
Update abp version from 7.4.3 to 8.0.1 then had this issue, not showing stopper, but have error in runtime.
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:
2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, Activity activity, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 483 at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, Activity activity, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 56 at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 357 at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 350 at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable
1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func4 operation, Func
4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()Need help on the remote call at hangfire service. My project have a few microservices, i want to do a hangfire microservice which serve for other microservice with the background job and worker. After few rounds of checking on the documents I realize the remote call able to use for inter-communication between microservices. BUT I had this issue which always shows Remote Call Not found even the static proxy i generated for the HttpApiClient is there, and I also DependOn the HttpApiClient in background microservice HostModule. But still no luck. Below Attached with images
Hi,
Or you mind to explain about the multi-tenant data isolation?
Ok, if the entity implements a
IMultiTenant
interface. a tenant(and host) can not access to data of another tenant by default.https://docs.abp.io/en/abp/latest/Multi-Tenancy#imultitenant
You can check the
TenantId
value in the database table record.According to your case, the ApiSecret
3a0f98fc-179f.....
's TenantId should be3a0f9797-934e-16b0....
Okay, I think this is the main issue causing me unable to get this current tenant's record from Repository.
Anyway to access tenants's data through grpc? or grpc only can get host
data?