Activities of "raymondbu95"

  • ABP Framework version: v8.0.0
  • UI Type: MVC
  • Database System: EF Core MySQL & MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

I wonder if able to redirect to Register page from public web directly? Is there a way to generate the Register Url?

  • ABP Framework version: v8.2.0
  • UI Type: Angular & MVC
  • Database System: EF Core MySQL & MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:

We had follow the instruction of migration guide 8.0 - 8.1 https://abp.io/docs/latest/release-info/migration-guides/abp-8-1 8.1 - 8.2 https://abp.io/docs/latest/release-info/migration-guides/abp-8-2

and when run tye, migrator having this issue

  • ABP Framework version: v8.0.1
  • UI Type: Angular
  • Database System: MySQL&MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

We had an MVC AuthServer and a seperate web in Angular. Is there any possible that after calling an api, and we do a passwordless login, able to set the local storage just like this?

Attached with previous question regarding passwordless login

  • ABP Framework version: v8.0.1
  • UI Type: Angular & MVC
  • Database System: MySQL & MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

Hi there, i have a question whether able to do a auto login / generate token onbehalf of client (without pw) after email confirmation flow during signup?

Any approach i can use to do? I am not familiar with AuthServer OpenIddict which abp supports it and our platform is using, is there any solution can achieve this?

  • ABP Framework version: v8.0.1
  • UI Type: MVC
  • Database System: EF Core & MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

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?

  • ABP Framework version: v8.2
  • UI Type: MVC
  • Database System: EF Core MySQL/ MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: Sequence contains no matching element
  • Steps to reproduce the issue: upgrade from 8.0 to 8.2 by following the step provided After change according to the migration guide and run tye it have this error state "Sequence contains no matching element" and build failed.

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?

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:

  • ABP Framework version: v8.0.1
  • UI Type: MVC
  • Database System: EF Core - MySql
  • Tiered (for MVC) or Auth Server Separated (for Angular): Yes
  • Exception message and full stack trace: level=err exception=MySqlException err="Table 'Administration.AbpTextTemplateDefinitionRecords' doesn't exist" at MySqlConnector.Core.ServerSession.ReceiveReplyAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in //src/MySqlConnector/Core/ServerSession.cs:line 936 at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in //src/MySqlConnector/Core/ResultSet.cs:line 37 at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 130 at MySqlConnector.MySqlDataReader.InitAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary2 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.SplitQueryingEnumerable1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func4 operation, Func4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  • Steps to reproduce the issue: Since update from 7.4.3 to 8.0.1

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

  • ABP Framework version: v7.4.3
  • UI Type: MVC
  • Database System: EF Core (MySQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: Volo.Abp.Http.Client.AbpRemoteCallException: Not Found
  • Steps to reproduce the issue:

Need help on the grpc service side. I was not able to get data through repository while using grpc service. That is weird because I was following the guide from https://docs.abp.io/en/commercial/7.4/startup-templates/microservice/using-grpc. Everything going okay except repository side did not return me the data it should. It keeps returns There is no such an entity but there is with the Id provided. I am using abp commercial for this. The grpc client is called from gateway and server is in microservice, not sure this will affect anything or not?

Attach with some images to help understand more on my situation.

  • ABP Framework version: v7.4.3
  • UI Type: MVC
  • Database System: EF Core (MySQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
Showing 1 to 10 of 10 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13