Activities of "n.uerkmez"

I have following issue in azure static web app. Auth server is a separated server.

host-app/api/account/profile-picture/3a56f8d5-bf2b-ba87-433d-3a1130099bff 404 (Not Found)
host-app/api/account/user-delegation/my-delegated-users 404 (Not Found)

Some pages are not working properly on Angular side. However, in Auth server I can reach out this page.

It could be a bug, all application is working properly, except account navigation. These endpoints exist in the auth server. But, the Angular app sends requests to the host API for the account module.

Any suggestion?

I have found a way. You can close this ticket. Thanks

import { ProfilePictureService } from '@volo/abp.commercial.ng.ui/config';

export class YourComponent { protected readonly profilePictureService = inject(ProfilePictureService); userId = '997'; response;

ngOnInit(): void { this.profilePictureService.getProfilePicture(this.userId).subscribe(res => { this.response = response; }); } }

Can you provide html template as well ?The following example is correct or?

<img [src]= "this.response.fileContent">

Great, Thanks

Ok. Thanks

Thanks that is really helpful.

Is there any way to cache ListService result for a while like in the rx.js operator SharePlay()?

It worked. But the positioning is challenging. For example, when it's all the way down, the user menu pops up all the way down. Only the first element of the menu is seen. The logout button stays off the page. Can I make the user menu open upwards? or any other way?

It is OK. I will try it and let you know. Thanks

Any updates?

Version 8.0.2 (Angular - EFCore)

After updating to Abp 8.0.2, extra properties for Tenant and OrganizationUnit entities defined in the ModuleExtensionConfigurator file which need to be selected by lookup as described here: https://docs.abp.io/en/abp/latest/Module-Entity-Extensions#navigation-properties-foreign-keys result in the following frontend error: No provider for NgControl found in NodeInjector.

The error also occurs in a fresh minimal project. Hi @EngincanV, Is there a fix or workaround for this issue?

Any update on this regards?

Showing 11 to 20 of 56 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11