Käyttäjän "agawdat@vlenseg.com" toiminnot

I have the microservice template with Angular as frontend. I created a new service, then I need to add a new entity with its UI in the frontend. I tried to open the whole solution in abp suite but I couldn't, so I added my new service solution, and created a new entity, but only the backend code was created, no frontend.

How can I generate the frontend for an entity in a service in a microservice solution?

ABP Framework version: v7.0.2 UI type: Angular DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): yes

I am using the microservice template and I am unable to connect to redis, which is running properly in docker image and I can connect to it and ping from CLI. When running the auth server with the default configuration "localhost:6379" I get the "It was not possible to connect to the redis server(s)" exception. I tried all the solutions mentioned in the support forum and in StackExchange.Redis and nothing works. I changed the configuration to "localhost:6379,abortConnect=false,connectTimeout=30000,responseTimeout=30000" and then I get "SocketException: An existing connection was forcibly closed by the remote host" exception

Please I need urgent help here as this is a blocking issue and I can't get the solution running at all while I followed all the steps perfectly, so purchasing it makes no sense while it can't even run as is with all the defaults without changing a line of code.

Exception with default configuration:

SocketException: An existing connection was forcibly closed by the remote host. Pipelines.Sockets.Unofficial.Internal.Throw.Socket(int errorCode) in Throw.cs, line 59

ConnectionResetException: An existing connection was forcibly closed by the remote host. System.IO.Pipelines.Pipe.GetReadResult(out ReadResult result)

RedisConnectionException: SocketFailure (ReadSocketError/ConnectionReset, 0-read, last-recv: 0) on localhost:6379/Interactive, Flushed/Faulted, last: ECHO, origin: ReadFromPipe, outstanding: 8, last-read: 0s ago, last-write: 0s ago, keep-alive: 60s, state: ConnectedEstablishing, mgr: 9 of 10 available, last-heartbeat: never, global: 1s ago, v: 2.2.4.27433 StackExchange.Redis.TaskExtensions.TimeoutAfter(Task task, int timeoutMs) in TaskExtensions.cs, line 48

RedisConnectionException: No connection is active/available to service this operation: LRANGE Kyc-Protection-Keys; An existing connection was forcibly closed by the remote host., mc: 1/1/0, mgr: 10 of 10 available, clientName: DESKTOP-BN90G5M, IOCP: (Busy=0,Free=1000,Min=1,Max=1000), WORKER: (Busy=2,Free=32765,Min=8,Max=32767), v: 2.2.4.27433 StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImpl<T>(Message message, ResultProcessor<T> processor, ServerEndPoint server) in ConnectionMultiplexer.cs, line 2798

CryptographicException: An error occurred while trying to encrypt the provided data. Refer to the inner exception for more information. For more information go to http://aka.ms/dataprotectionwarning Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.Protect(byte[] plaintext)

Exception with modified configuration:

[auth-server_a85ff5d8-2]: ---> StackExchange.Redis.RedisConnectionException: It was not possible to connect to the redis server(s). [auth-server_a85ff5d8-2]: at StackExchange.Redis.ConnectionMultiplexer.ConnectImpl(ConfigurationOptions configuration, TextWriter log) in //src/StackExchange.Redis/ConnectionMultiplexer.cs:line 1163 [auth-server_a85ff5d8-2]: at StackExchange.Redis.ConnectionMultiplexer.Connect(ConfigurationOptions configuration, TextWriter log) in //src/StackExchange.Redis/ConnectionMultiplexer.cs:line 1032 [auth-server_a85ff5d8-2]: at StackExchange.Redis.ConnectionMultiplexer.Connect(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 1015 [auth-server_a85ff5d8-2]: at Vlens.Kyc.AuthServer.KycAuthServerModule.ConfigureServices(ServiceConfigurationContext context) in E:\Vlens\Vlens.Kyc\Code\apps\auth-server\src\Vlens.Kyc.AuthServer\KycAuthServerModule.cs:line 139 [auth-server_a85ff5d8-2]: at Volo.Abp.Modularity.AbpModule.ConfigureServicesAsync(ServiceConfigurationContext context) [auth-server_a85ff5d8-2]: at Volo.Abp.AbpApplicationBase.ConfigureServicesAsync()

  • ABP Framework version: v7.0.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
Näytetään 1 - 2/2 tietueesta
Made with ❤️ on ABP v8.2.0-preview Updated on maaliskuuta 25, 2024, 15.11