Activities of "liangshiwei"

Is this problem only on azure vm? Do you have this problem when deploying to a local IIS server?

Try use AddSubEvent method to replace the following

await _alertSubEventTypeRepository.InsertAsync(new AlertSubEventType(alert.Id, eventId.Id));

What UI are you using?

Hi,

I think this can help you.

You can inject OAuthService to your services, it has getAccessToken method.

Exampe : https://github.com/abpframework/abp/blob/d598024b77104caf2dd80ea39e1f07ff6fe9a1e5/npm/ng-packs/packages/core/src/lib/interceptors/api.interceptor.ts#L18.

Unable to obtain configuration from: 'https://localhost:44349/.well-known/openid-configuration' No connection could be made because the target machine actively refused it

Please Check if you start the service.

Hi, ABP has integrated RabbitMQ but has not yet completed the documentation. You can see microservice demo document rabbitmq section.

Hi,

You should add DevicesApplicationContractsModule as dependency references in the <YourProject>ApplicationContractsModule.cs. Because WebProject just an UI Intreface, it calls HttpApi.Host project.

I created an internal issue for this, will be available in the next version.

In which project do you define permissions?

Showing 5561 to 5570 of 5631 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13