We are trying to deploy to a Kubernetes cluster external to the local team with ABP Studio. To connect to the cluster, we modified the config file in the .kube directory.
After a lot of hard work, I have managed to deploy the services and charts to the cluster, but now there are several errors.
The authserver is exposing the OIDC endpoints with HTTP instead of HTTPS. This causes the Angular application to reject the endpoints, and no matter how many configurations I have tried to prevent it from validating or ignoring them, it continues to fail. So, I decided to try the interceptors, and that's where the big problem arose.
No matter how hard I try to connect to the services deployed in the cluster (Postgres, Redis, etc.) from my local computer connected to the cluster and with WireGuard, all attempts to connect to these services and endpoints time out.
So when it comes to intercepting the request, the service cannot connect to either the database or Redis.
I would like more information about the configuration, secrets, metadata, and other aspects of ABP Studio because the documentation is very scarce. In addition, you have not updated the release notes for ABP Studio versions for a long time, which makes it difficult to know what improvements you have made in terms of application templates, configurations, and commands.
I kindly request that you provide a solution and the aforementioned documentation as soon as possible, as we need to validate the development and implementation of the application as soon as possible.
The project is running, but it doesn't seem to be using the added package. Should I do something else? So far, I have angular/projects/volosoft-ngx-lepton-x/*, but it's not using it.
i extends angular/projects/volosoft-ngx-lepton-x/tsconfig.ts from angular/tsconfig.ts, i tried import SettingsModule in angular/src/app/app.module.ts but does nothing.
Hello.
I'm using the lpx-settings component that comes in the volosoft-ngx-lepton-x package. I simply need to add something to the appearance section. I want the functionality to remain the same as the original, so I'm replacing eThemeLeptonXComponents.Settings with the lpx-settings source code. In theory, it should work the same, but I'm getting a dependency injection error. This is because settings.module.ts requires an option.settingsService. However, I don't want to replace SettingsServices. That would require me to redo the logic you already have. My question is: how can I implement lpx-settings without having to reinvent the wheel? I want the original functionality, but I need to be able to add other things to lpx-settings.
Good morning, greetings.
We're trying to obtain the source code for the lpx-settings component, which references the application's general settings for the Angular ABP used by LeptonX, but we haven't found it.
We need it to customize the buttons and options displayed in this component. Could you provide it? Thank you very much in advance.





